Uses of Enum
org.glassfish.jersey.server.model.Parameter.Source
Packages that use Parameter.Source
Package
Description
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.model
Subclasses with type arguments of type Parameter.Source in org.glassfish.jersey.server.modelMethods in org.glassfish.jersey.server.model that return Parameter.SourceModifier and TypeMethodDescriptionParameter.getSource()Get the parameter value source type.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. -
Uses of Parameter.Source in org.glassfish.jersey.server.spi.internal
Methods in org.glassfish.jersey.server.spi.internal that return Parameter.SourceModifier and TypeMethodDescriptionParamValueFactoryWithSource.getSource()ReturnsParameter.Sourcewhich closely determines a function of the current supplier.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.