Uses of Class
org.glassfish.jersey.model.Parameter
Packages that use Parameter
Package
Description
Common Jersey model related classes and interfaces.
Jersey server-side JAX-RS injection support classes.
Jersey server-side application & resource modeling classes.
-
Uses of Parameter in org.glassfish.jersey.client.inject
Methods in org.glassfish.jersey.client.inject with parameters of type ParameterModifier and TypeMethodDescriptionParameterUpdater<?,
?> Get the updater configured to update value of givenparameter
. -
Uses of Parameter in org.glassfish.jersey.model
Classes in org.glassfish.jersey.model with type parameters of type ParameterModifier and TypeInterfaceDescriptionstatic interface
Parameter.ParamCreationFactory<PARAMETER extends Parameter>
A factory service to found in a runtime to be used to instantiate the givenParameter
class.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
-
Uses of Parameter in org.glassfish.jersey.server.internal.inject
Methods in org.glassfish.jersey.server.internal.inject with parameters of type ParameterModifier and TypeMethodDescriptionGet the extractor configured to extract value of givenparameter
. -
Uses of Parameter in org.glassfish.jersey.server.model
Subclasses of Parameter in org.glassfish.jersey.server.modelModifier and TypeClassDescriptionclass
Method parameter model.static class
Bean Parameter class represents a parameter annotated withBeanParam
which in fact represents additional set of parameters.Methods in org.glassfish.jersey.server.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.Parameter.create
(Class concreteClass, Class declaringClass, Constructor<?> ctor, boolean keepEncoded) Create a list of parameter models for a given resource method handler injectable constructor.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, boolean keepEncoded, Class[] parameterTypes, Type[] genericParameterTypes, Annotation[][] parameterAnnotations, Class<?> parameterClass)