Uses of Class
org.glassfish.jersey.server.model.ResourceMethod.Data
Packages that use ResourceMethod.Data
Package
Description
Jersey server-side application & resource modeling classes.
-
Uses of ResourceMethod.Data in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model declared as ResourceMethod.DataModifier and TypeFieldDescriptionprivate final ResourceMethod.Data
ResourceMethod.data
private ResourceMethod.Data
Resource.Builder.subResourceLocator
private final ResourceMethod.Data
Resource.Data.subResourceLocator
Fields in org.glassfish.jersey.server.model with type parameters of type ResourceMethod.DataModifier and TypeFieldDescriptionprivate final List<ResourceMethod.Data>
Resource.Builder.resourceMethods
private final List<ResourceMethod.Data>
Resource.Data.resourceMethods
Methods in org.glassfish.jersey.server.model that return ResourceMethod.DataModifier and TypeMethodDescription(package private) ResourceMethod.Data
ResourceMethod.getData()
Get model data represented by this resource method.Methods in org.glassfish.jersey.server.model with parameters of type ResourceMethod.DataModifier and TypeMethodDescription(package private) void
Resource.Builder.onBuildMethod
(ResourceMethod.Builder builder, ResourceMethod.Data methodData) Called when a new resource, sub-resource and sub-resource locator method was built and should be registered with the resource builder.Method parameters in org.glassfish.jersey.server.model with type arguments of type ResourceMethod.DataModifier and TypeMethodDescription(package private) static List<ResourceMethod>
ResourceMethod.transform
(Resource parent, List<ResourceMethod.Data> list) Transform a collection of resource method data into resource method models.Constructors in org.glassfish.jersey.server.model with parameters of type ResourceMethod.DataModifierConstructorDescriptionprivate
Data
(List<String> names, String path, List<ResourceMethod.Data> resourceMethods, ResourceMethod.Data subResourceLocator, List<Resource.Data> childResources, Set<Class<?>> handlerClasses, Set<Object> handlerInstances, boolean extended) Create a new immutable resource data holder from the supplied parameters.(package private)
ResourceMethod
(Resource parent, ResourceMethod.Data data) Create new resource method model instance.