Uses of Class
org.glassfish.jersey.server.model.ResourceMethod
Packages that use ResourceMethod
Package
Description
Support for Entity Data Filtering in Jersey.
Jersey server-side classes.
Jersey server-side internal monitoring and statistics classes.
Jersey internal server-side monitoring JMX MBeans implementation classes.
Jersey server-side internal resource routing classes.
Jersey server-side application invalid input: '&' resource modeling classes.
Jersey server-side internal model related and routing helper classes.
Jersey server-side monitoring JMX MBeans interfaces.
Jersey server-side WADL support public classes and interfaces.
Jersey server-side WADL internal classes.
Jersey server-side WADL internal classes supporting
wadl generators.Jersey server-side WADL internal classes supporting
generation of resource documentation with
wadl generators.-
Uses of ResourceMethod in org.glassfish.jersey.message.filtering
Methods in org.glassfish.jersey.message.filtering that return types with arguments of type ResourceMethodModifier and TypeMethodDescriptionprivate static List<ResourceMethod> ServerScopeProvider.getMatchedMethods(ExtendedUriInfo uriInfo) -
Uses of ResourceMethod in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return ResourceMethodModifier and TypeMethodDescriptionExtendedUriInfo.getMatchedResourceMethod()Get matchedresource methodthat is invoked.Methods in org.glassfish.jersey.server that return types with arguments of type ResourceMethodModifier and TypeMethodDescriptionExtendedUriInfo.getMatchedResourceLocators()Get resource locators matched since beginning of a matching. -
Uses of ResourceMethod in org.glassfish.jersey.server.internal.monitoring
Fields in org.glassfish.jersey.server.internal.monitoring declared as ResourceMethodModifier and TypeFieldDescriptionprivate final ResourceMethodMonitoringEventListener.MethodStats.methodprivate final ResourceMethodResourceMethodStatisticsImpl.Builder.resourceMethodprivate final ResourceMethodResourceMethodStatisticsImpl.resourceMethodFields in org.glassfish.jersey.server.internal.monitoring with type parameters of type ResourceMethodModifier and TypeFieldDescriptionprivate final Map<ResourceMethod, ResourceMethodStatistics> ResourceStatisticsImpl.resourceMethodsMethods in org.glassfish.jersey.server.internal.monitoring that return ResourceMethodModifier and TypeMethodDescription(package private) ResourceMethodMonitoringEventListener.MethodStats.getMethod()Get the resource method executed.ResourceMethodStatisticsImpl.getResourceMethod()Methods in org.glassfish.jersey.server.internal.monitoring that return types with arguments of type ResourceMethodMethods in org.glassfish.jersey.server.internal.monitoring with parameters of type ResourceMethodModifier and TypeMethodDescription(package private) voidMonitoringStatisticsImpl.Builder.addExecution(String uri, ResourceMethod resourceMethod, long methodTime, long methodDuration, long requestTime, long requestDuration) Add execution of a resource method.(package private) voidResourceStatisticsImpl.Builder.addExecution(ResourceMethod resourceMethod, long methodStartTime, long methodDuration, long requestStartTime, long requestDuration) Add execution of a resource method in the resource.(package private) voidResourceStatisticsImpl.Builder.addMethod(ResourceMethod resourceMethod) Add a resource method to the statistics.static StringMonitoringUtils.getMethodUniqueId(ResourceMethod method) Get the method unique string ID.(package private) ResourceMethodStatisticsImpl.BuilderResourceMethodStatisticsImpl.Factory.getOrCreate(ResourceMethod resourceMethod) ResourceStatisticsImpl.Builder.getOrCreate(ResourceMethod resourceMethod) private ResourceStatisticsImpl.BuilderMonitoringStatisticsImpl.Builder.getOrCreateResourceBuilder(ResourceMethod resourceMethod) Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type ResourceMethodModifierConstructorDescription(package private)Builder(ResourceMethod resourceMethod) Create a new builder instance.privateMethodStats(ResourceMethod method, long startTime, long requestDuration) privateResourceMethodStatisticsImpl(ResourceMethod resourceMethod, ExecutionStatistics resourceMethodExecutionStatistics, ExecutionStatistics requestExecutionStatistics) Constructor parameters in org.glassfish.jersey.server.internal.monitoring with type arguments of type ResourceMethodModifierConstructorDescriptionprivateResourceStatisticsImpl(Map<ResourceMethod, ResourceMethodStatistics> resourceMethods, ExecutionStatistics resourceExecutionStatistics, ExecutionStatistics requestExecutionStatistics) -
Uses of ResourceMethod in org.glassfish.jersey.server.internal.monitoring.jmx
Fields in org.glassfish.jersey.server.internal.monitoring.jmx declared as ResourceMethodModifier and TypeFieldDescriptionprivate final ResourceMethodResourceMethodMXBeanImpl.resourceMethod -
Uses of ResourceMethod in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing declared as ResourceMethodModifier and TypeFieldDescriptionprivate final ResourceMethodSubResourceLocatorRouter.locatorModelprivate ResourceMethodUriRoutingContext.matchedResourceMethod(package private) final ResourceMethodMethodRouting.methodResource method model.private final ResourceMethodPushMatchedMethodRouter.resourceMethodFields in org.glassfish.jersey.server.internal.routing with type parameters of type ResourceMethodModifier and TypeFieldDescriptionprivate final LinkedList<ResourceMethod> UriRoutingContext.matchedLocatorsMethods in org.glassfish.jersey.server.internal.routing that return ResourceMethodMethods in org.glassfish.jersey.server.internal.routing that return types with arguments of type ResourceMethodMethods in org.glassfish.jersey.server.internal.routing with parameters of type ResourceMethodModifier and TypeMethodDescriptionprivate EndpointRuntimeModelBuilder.createInflector(ResourceMethod method) private RouterRuntimeModelBuilder.createMethodRouter(ResourceMethod resourceMethod) private booleanMethodSelectingRouter.fillMediaTypes(Set<javax.ws.rs.core.MediaType> effectiveTypes, ResourceMethod resourceMethod, List<javax.ws.rs.core.MediaType> methodTypes, boolean inputTypes) (package private) RouterRuntimeLocatorModelBuilder.getRouter(ResourceMethod resourceMethod) Obtain a sub-resource locator router for given resource method.voidRoutingContext.pushMatchedLocator(ResourceMethod resourceLocator) Push the matchedsub resource locator method.voidUriRoutingContext.pushMatchedLocator(ResourceMethod resourceLocator) voidRoutingContext.setMatchedResourceMethod(ResourceMethod resourceMethod) Set the matchedresource method.voidUriRoutingContext.setMatchedResourceMethod(ResourceMethod resourceMethod) Constructors in org.glassfish.jersey.server.internal.routing with parameters of type ResourceMethodModifierConstructorDescription(package private)MethodRouting(ResourceMethod method, Router... routers) Create a new instance.(package private)PushMatchedMethodRouter(ResourceMethod resourceMethod) Create a new instance of push matched resource router.(package private)SubResourceLocatorRouter(Function<Class<?>, ?> createServiceFunction, Collection<ValueParamProvider> valueSuppliers, ResourceMethod locatorModel, JerseyResourceContext resourceContext, RuntimeLocatorModelBuilder runtimeLocatorBuilder) Create a new sub-resource locator router. -
Uses of ResourceMethod in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model declared as ResourceMethodModifier and TypeFieldDescriptionprivate final ResourceMethodResource.locatorprivate final ResourceMethodResourceMethodInvoker.methodFields in org.glassfish.jersey.server.model with type parameters of type ResourceMethodModifier and TypeFieldDescriptionprivate final List<ResourceMethod> RuntimeResource.resourceLocatorsprivate final List<ResourceMethod> Resource.resourceMethodsprivate final List<ResourceMethod> RuntimeResource.resourceMethodsMethods in org.glassfish.jersey.server.model that return ResourceMethodModifier and TypeMethodDescriptionResourceMethod.Builder.build()Build the resource method model and register it with the parentResource.Builder.Resource.getResourceLocator()Provides a resource locator available on the resource.RuntimeResource.getResourceLocator()Return the resource locator of this resource.Methods in org.glassfish.jersey.server.model that return types with arguments of type ResourceMethodModifier and TypeMethodDescriptionResource.getAllMethods()Provides resource methods and resource locator are available on the resource.RuntimeResource.getResourceLocators()Get resource locators of allresourcesof this runtime resource.Resource.getResourceMethods()Provides a non-null list of resource methods available on the resource.RuntimeResource.getResourceMethods()Get resource methods (excluding resource locators) of allresourcesof this runtime resource.(package private) static List<ResourceMethod> ResourceMethod.transform(Resource parent, List<ResourceMethod.Data> list) Transform a collection of resource method data into resource method models.Methods in org.glassfish.jersey.server.model with parameters of type ResourceMethodModifier and TypeMethodDescriptionResource.Builder.addMethod(ResourceMethod resourceMethod) Add a new method model that is a copy of the givenresourceMethod.ResourceMethodInvoker.Builder.build(ResourceMethod method, ProcessingProviders processingProviders) Build a new resource method invoker instance.private voidRuntimeResourceModelValidator.checkIntersectingMediaTypes(RuntimeResource runtimeResource, String httpMethod, ResourceMethod m1, ResourceMethod m2) private voidResourceMethodValidator.checkMethod(ResourceMethod method) private voidResourceMethodValidator.checkParameters(ResourceMethod method) private voidResourceMethodValidator.checkUnexpectedAnnotations(ResourceMethod resourceMethod) private voidResourceMethodValidator.checkValueProviders(ResourceMethod method) private List<javax.ws.rs.core.MediaType> RuntimeResourceModelValidator.getEffectiveInputTypes(ResourceMethod resourceMethod) private List<javax.ws.rs.core.MediaType> RuntimeResourceModelValidator.getEffectiveOutputTypes(ResourceMethod resourceMethod) private booleanRuntimeResourceModelValidator.sameHttpMethod(ResourceMethod m1, ResourceMethod m2) Resource.Builder.updateMethod(ResourceMethod resourceMethod) Get a method builder for an existing resource method.private voidResourceMethodValidator.visitJaxrsResourceMethod(ResourceMethod method) voidAbstractResourceModelVisitor.visitResourceMethod(ResourceMethod method) voidResourceMethodValidator.visitResourceMethod(ResourceMethod method) voidResourceModelVisitor.visitResourceMethod(ResourceMethod method) Visit a single resource method model.private voidResourceMethodValidator.visitSubResourceLocator(ResourceMethod locator) Constructors in org.glassfish.jersey.server.model with parameters of type ResourceMethodModifierConstructorDescription(package private)Builder(Resource.Builder parent, ResourceMethod originalMethod) Create a builder from an existing resource method model.privateResourceMethodInvoker(ResourceMethodDispatcher.Provider dispatcherProvider, ResourceMethodInvocationHandlerProvider invocationHandlerProvider, ResourceMethod method, ProcessingProviders processingProviders, InjectionManager injectionManager, javax.ws.rs.core.Configuration globalConfig, ConfiguredValidator validator) -
Uses of ResourceMethod in org.glassfish.jersey.server.model.internal
Methods in org.glassfish.jersey.server.model.internal with parameters of type ResourceMethodModifier and TypeMethodDescriptionprivate static booleanModelProcessorUtil.isMethodOverridden(ResourceMethod resourceMethod, String httpMethod, javax.ws.rs.core.MediaType consumes, javax.ws.rs.core.MediaType produces) -
Uses of ResourceMethod in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ResourceMethodModifier and TypeMethodDescriptionResourceMethodStatistics.getResourceMethod()Get aresource methodfor which thisResourceMethodStatisticsare calculated.Methods in org.glassfish.jersey.server.monitoring that return types with arguments of type ResourceMethodModifier and TypeMethodDescriptionResourceStatistics.getResourceMethodStatistics()Return the statistics for resource method. -
Uses of ResourceMethod in org.glassfish.jersey.server.wadl
Methods in org.glassfish.jersey.server.wadl with parameters of type ResourceMethodModifier and TypeMethodDescriptionWadlGenerator.createMethod(Resource r, ResourceMethod m) WadlGenerator.createParam(Resource r, ResourceMethod m, Parameter p) WadlGenerator.createRequest(Resource r, ResourceMethod m) WadlGenerator.createRequestRepresentation(Resource r, ResourceMethod m, javax.ws.rs.core.MediaType mediaType) WadlGenerator.createResponses(Resource r, ResourceMethod m) -
Uses of ResourceMethod in org.glassfish.jersey.server.wadl.internal
Methods in org.glassfish.jersey.server.wadl.internal with parameters of type ResourceMethodModifier and TypeMethodDescriptionWadlGeneratorImpl.createMethod(Resource r, ResourceMethod m) WadlGeneratorImpl.createParam(Resource r, ResourceMethod m, Parameter p) WadlGeneratorImpl.createRequest(Resource r, ResourceMethod m) WadlGeneratorImpl.createRequestRepresentation(Resource r, ResourceMethod m, javax.ws.rs.core.MediaType mediaType) WadlGeneratorImpl.createResponseRepresentation(Resource r, ResourceMethod m, javax.ws.rs.core.MediaType mediaType) WadlGeneratorImpl.createResponses(Resource r, ResourceMethod m) private MethodWadlBuilder.generateMethod(Resource parentResource, Map<String, Param> wadlResourceParams, ResourceMethod resourceMethod) private ParamWadlBuilder.generateParam(Resource resource, ResourceMethod method, Parameter param) private RequestWadlBuilder.generateRequest(Resource parentResource, ResourceMethod resourceMethod, Map<String, Param> wadlResourceParams) WadlBuilder.generateResponses(Resource r, ResourceMethod m) private booleanWadlGeneratorImpl.hasEmptyProducibleMediaTypeSet(ResourceMethod method) private voidWadlBuilder.processRequestParameters(Resource parentResource, ResourceMethod resourceMethod, Map<String, Param> wadlResourceParams, Collection<Parameter> requestParameters, Request wadlRequest) Recursively processes provided request parameters and adds the resulting WADL information into the WADL request.private RepresentationWadlBuilder.setRepresentationForMediaType(Resource r, ResourceMethod m, javax.ws.rs.core.MediaType mediaType, Request wadlRequest) Create the wadlRepresentationfor the specifiedMediaTypeif not yet existing for the wadlRequestand return it. -
Uses of ResourceMethod in org.glassfish.jersey.server.wadl.internal.generators
Methods in org.glassfish.jersey.server.wadl.internal.generators with parameters of type ResourceMethodModifier and TypeMethodDescriptionWadlGeneratorApplicationDoc.createMethod(Resource r, ResourceMethod m) WadlGeneratorGrammarsSupport.createMethod(Resource ar, ResourceMethod arm) WadlGeneratorJAXBGrammarGenerator.createMethod(Resource ar, ResourceMethod arm) WadlGeneratorApplicationDoc.createParam(Resource r, ResourceMethod m, Parameter p) WadlGeneratorGrammarsSupport.createParam(Resource ar, ResourceMethod am, Parameter p) WadlGeneratorJAXBGrammarGenerator.createParam(Resource ar, ResourceMethod am, Parameter p) WadlGeneratorApplicationDoc.createRequest(Resource r, ResourceMethod m) WadlGeneratorGrammarsSupport.createRequest(Resource ar, ResourceMethod arm) WadlGeneratorJAXBGrammarGenerator.createRequest(Resource ar, ResourceMethod arm) WadlGeneratorApplicationDoc.createRequestRepresentation(Resource r, ResourceMethod m, javax.ws.rs.core.MediaType mediaType) WadlGeneratorGrammarsSupport.createRequestRepresentation(Resource ar, ResourceMethod arm, javax.ws.rs.core.MediaType mt) WadlGeneratorJAXBGrammarGenerator.createRequestRepresentation(Resource ar, ResourceMethod arm, javax.ws.rs.core.MediaType mt) WadlGeneratorApplicationDoc.createResponses(Resource r, ResourceMethod m) WadlGeneratorGrammarsSupport.createResponses(Resource ar, ResourceMethod arm) WadlGeneratorJAXBGrammarGenerator.createResponses(Resource resource, ResourceMethod resourceMethod) -
Uses of ResourceMethod in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc
Methods in org.glassfish.jersey.server.wadl.internal.generators.resourcedoc with parameters of type ResourceMethodModifier and TypeMethodDescriptionWadlGeneratorResourceDocSupport.createMethod(Resource resource, ResourceMethod resourceMethod) WadlGeneratorResourceDocSupport.createParam(Resource r, ResourceMethod m, Parameter p) WadlGeneratorResourceDocSupport.createRequest(Resource r, ResourceMethod m) WadlGeneratorResourceDocSupport.createRequestRepresentation(Resource r, ResourceMethod m, javax.ws.rs.core.MediaType mediaType) WadlGeneratorResourceDocSupport.createResponses(Resource r, ResourceMethod m)