Uses of Class
org.glassfish.jersey.model.Parameter
Packages that use Parameter
Package
Description
Common Jersey model related classes and interfaces.
-
Uses of Parameter in org.glassfish.jersey.model
Classes in org.glassfish.jersey.model with type parameters of type ParameterModifier and TypeInterfaceDescriptionstatic interfaceParameter.ParamCreationFactory<PARAMETER extends Parameter>A factory service to found in a runtime to be used to instantiate the givenParameterclass.Methods in org.glassfish.jersey.model with type parameters of type ParameterModifier and TypeMethodDescriptionstatic <PARAMETER extends Parameter>
PARAMETERParameter.create(Class concreteClass, Class declaringClass, boolean encodeByDefault, Class<?> rawType, Type type, Annotation[] annotations) Create a parameter model.protected static <PARAMETER extends Parameter>
PARAMETERParameter.create(Class concreteClass, Class declaringClass, boolean encodeByDefault, Class<?> rawType, Type type, Annotation[] annotations, Class<?> parameterClass) Create a parameter model.Create a list of parameter models for a given Java method handling a resource method, sub-resource method or a sub-resource locator.Parameter.createList(Class concreteClass, Class declaringClass, Constructor<?> ctor, boolean keepEncoded, Class<?> parameterClass) Create a list of parameter models for a given resource method handler injectable constructor.Parameter.createList(Class concreteClass, Class declaringClass, Method javaMethod, boolean keepEncoded, Class parameterClass) Create a list of parameter models for a given Java method handling a resource method, sub-resource method or a sub-resource locator.Methods in org.glassfish.jersey.model that return types with arguments of type Parameter -
Uses of Parameter in org.glassfish.jersey.model.internal.spi
Methods in org.glassfish.jersey.model.internal.spi that return types with arguments of type ParameterModifier and TypeMethodDescriptionParameter.ParamCreationFactory<? extends Parameter>ParameterServiceProvider.getParameterCreationFactory()Get a factory to be used to instantiate theParameter