Uses of Enum
org.glassfish.jersey.server.model.Parameter.Source
Packages that use Parameter.Source
Package
Description
Jersey server-side JAX-RS injection support classes.
Jersey server-side application invalid input: '&' resource modeling classes.
Jersey server-side internal service provider contract (SPI) classes.
-
Uses of Parameter.Source in org.glassfish.jersey.server.internal.inject
Fields in org.glassfish.jersey.server.internal.inject with type parameters of type Parameter.SourceModifier and TypeFieldDescriptionprivate final Set<Parameter.Source> AbstractValueParamProvider.compatibleSourcesConstructors in org.glassfish.jersey.server.internal.inject with parameters of type Parameter.SourceModifierConstructorDescriptionprotectedAbstractValueParamProvider(javax.inject.Provider<MultivaluedParameterExtractorProvider> mpep, Parameter.Source... compatibleSources) Initialize the provider. -
Uses of Parameter.Source in org.glassfish.jersey.server.model
Subclasses with type arguments of type Parameter.Source in org.glassfish.jersey.server.modelFields in org.glassfish.jersey.server.model declared as Parameter.SourceMethods in org.glassfish.jersey.server.model that return Parameter.SourceModifier and TypeMethodDescriptionParameter.getSource()Get the parameter value source type.Parameter.ParamAnnotationHelper.getSource()static Parameter.SourceReturns the enum constant of this type with the specified name.static Parameter.Source[]Parameter.Source.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.jersey.server.model with parameters of type Parameter.SourceModifier and TypeMethodDescriptionstatic ParameterParameter.overrideSource(Parameter original, Parameter.Source source) Create new parameter model by overridingsourceof the original parameter model.Constructors in org.glassfish.jersey.server.model with parameters of type Parameter.SourceModifierConstructorDescriptionprivateParameter(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
Fields in org.glassfish.jersey.server.spi.internal declared as Parameter.SourceModifier and TypeFieldDescriptionprivate final Parameter.SourceParamValueFactoryWithSource.parameterSourceMethods in org.glassfish.jersey.server.spi.internal that return Parameter.SourceModifier and TypeMethodDescriptionParamValueFactoryWithSource.getSource()ReturnsParameter.Sourcewhich closely determines a function of the current supplier.Methods in org.glassfish.jersey.server.spi.internal with parameters of type Parameter.SourceModifier and TypeMethodDescriptionprivate static <T> ParamValueFactoryWithSource<T> ParameterValueHelper.wrapParamValueProvider(Function<ContainerRequest, T> factory, Parameter.Source paramSource) Constructors in org.glassfish.jersey.server.spi.internal with parameters of type Parameter.SourceModifierConstructorDescriptionParamValueFactoryWithSource(Function<ContainerRequest, T> paramFunction, Parameter.Source parameterSource) Wrap provided param supplier.