Uses of Class
org.glassfish.jersey.server.model.ResourceMethod.Data
Packages that use ResourceMethod.Data
Package
Description
Jersey server-side application invalid input: '&' 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.DataResourceMethod.dataprivate ResourceMethod.DataResource.Builder.subResourceLocatorprivate final ResourceMethod.DataResource.Data.subResourceLocatorFields in org.glassfish.jersey.server.model with type parameters of type ResourceMethod.DataModifier and TypeFieldDescriptionprivate final List<ResourceMethod.Data> Resource.Builder.resourceMethodsprivate final List<ResourceMethod.Data> Resource.Data.resourceMethodsMethods in org.glassfish.jersey.server.model that return ResourceMethod.DataModifier and TypeMethodDescription(package private) ResourceMethod.DataResourceMethod.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) voidResource.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.DataModifierConstructorDescriptionprivateData(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.