Uses of Class
org.glassfish.jersey.server.model.ResourceMethod
Packages that use ResourceMethod
Package
Description
Jersey server-side classes.
Jersey server-side application & resource modeling classes.
Jersey server-side monitoring JMX MBeans interfaces.
Jersey server-side WADL support public classes and interfaces.
Jersey server-side WADL internal classes.
-
Uses of ResourceMethod in org.glassfish.jersey.linking
Methods in org.glassfish.jersey.linking that return ResourceMethodConstructors in org.glassfish.jersey.linking with parameters of type ResourceMethodModifierConstructorDescriptionProvideLinkDescriptor
(ResourceMethod resource, ProvideLink provideLink, Annotation parentAnnotation) c'tor -
Uses of ResourceMethod in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return ResourceMethodModifier and TypeMethodDescriptionExtendedUriInfo.getMatchedResourceMethod()
Get matchedresource method
that 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.model
Methods 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 allresources
of 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 allresources
of this runtime resource.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.Resource.Builder.updateMethod
(ResourceMethod resourceMethod) Get a method builder for an existing resource method.void
AbstractResourceModelVisitor.visitResourceMethod
(ResourceMethod method) void
ResourceModelVisitor.visitResourceMethod
(ResourceMethod method) Visit a single resource method model. -
Uses of ResourceMethod in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ResourceMethodModifier and TypeMethodDescriptionResourceMethodStatistics.getResourceMethod()
Get aresource method
for which thisResourceMethodStatistics
are 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, 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, MediaType mediaType) WadlGeneratorImpl.createResponseRepresentation
(Resource r, ResourceMethod m, MediaType mediaType) WadlGeneratorImpl.createResponses
(Resource r, ResourceMethod m)