Uses of Enum Class
org.glassfish.jersey.model.Parameter.Source
Package
Description
Common Jersey model related classes and interfaces.
Jersey server-side JAX-RS injection support classes.
Jersey server-side application & resource modeling classes.
Jersey server-side internal service provider contract (SPI) classes.
-
Uses of Parameter.Source in org.glassfish.jersey.model
Modifier and TypeMethodDescriptionParameter.getSource()
Get the parameter value source type.Parameter.ParamAnnotationHelper.getSource()
static Parameter.Source
Returns the enum constant of this class with the specified name.static Parameter.Source[]
Parameter.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionParameter.ParamCreationFactory.createBeanParameter
(Annotation[] markers, Annotation marker, Parameter.Source source, String sourceName, Class<?> rawType, Type type, boolean encoded, String defaultValue) Factory method to instantiateBeanParameter
of given propertiesParameter.ParamCreationFactory.createParameter
(Annotation[] markers, Annotation marker, Parameter.Source source, String sourceName, Class<?> rawType, Type type, boolean encoded, String defaultValue) Factory method to instantiateParameter
of given propertiesModifierConstructorDescriptionprotected
Parameter
(Annotation[] markers, Annotation marker, Parameter.Source source, String sourceName, Class<?> rawType, Type type, boolean encoded, String defaultValue) -
Uses of Parameter.Source in org.glassfish.jersey.server.internal.inject
ModifierConstructorDescriptionprotected
AbstractValueParamProvider
(jakarta.inject.Provider<MultivaluedParameterExtractorProvider> mpep, Parameter.Source... compatibleSources) Initialize the provider. -
Uses of Parameter.Source in org.glassfish.jersey.server.model
Modifier and TypeMethodDescriptionstatic Parameter
Parameter.overrideSource
(Parameter original, Parameter.Source source) Create new parameter model by overridingsource
of the original parameter model.ModifierConstructorDescriptionprotected
Parameter
(Annotation[] markers, Annotation marker, Parameter.Source source, String sourceName, Class<?> rawType, Type type, boolean encoded, String defaultValue) -
Uses of Parameter.Source in org.glassfish.jersey.server.spi.internal
Modifier and TypeMethodDescriptionParamValueFactoryWithSource.getSource()
ReturnsParameter.Source
which closely determines a function of the current supplier.ModifierConstructorDescriptionParamValueFactoryWithSource
(Function<ContainerRequest, T> paramFunction, Parameter.Source parameterSource) Wrap provided param supplier.