Uses of Class
org.glassfish.jersey.model.Parameter.Source
-
Packages that use Parameter.Source Package Description org.glassfish.jersey.model Common Jersey model related classes and interfaces.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. -
-
Uses of Parameter.Source in org.glassfish.jersey.model
Methods in org.glassfish.jersey.model that return Parameter.Source Modifier and Type Method Description Parameter.SourceParameter. getSource()Get the parameter value source type.Parameter.SourceParameter.ParamAnnotationHelper. getSource()static Parameter.SourceParameter.Source. valueOf(String name)Returns 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.model with parameters of type Parameter.Source Modifier and Type Method Description PARAMETERParameter.ParamCreationFactory. createBeanParameter(Annotation[] markers, Annotation marker, Parameter.Source source, String sourceName, Class<?> rawType, Type type, boolean encoded, String defaultValue)Factory method to instantiateBeanParameterof given propertiesPARAMETERParameter.ParamCreationFactory. createParameter(Annotation[] markers, Annotation marker, Parameter.Source source, String sourceName, Class<?> rawType, Type type, boolean encoded, String defaultValue)Factory method to instantiateParameterof given propertiesConstructors in org.glassfish.jersey.model with parameters of type Parameter.Source Constructor Description 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.model
Methods in org.glassfish.jersey.server.model with parameters of type Parameter.Source Modifier and Type Method Description static 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.Source Constructor Description 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
Methods in org.glassfish.jersey.server.spi.internal that return Parameter.Source Modifier and Type Method Description Parameter.SourceParamValueFactoryWithSource. getSource()ReturnsParameter.Sourcewhich closely determines a function of the current supplier.Constructors in org.glassfish.jersey.server.spi.internal with parameters of type Parameter.Source Constructor Description ParamValueFactoryWithSource(Function<ContainerRequest,T> paramFunction, Parameter.Source parameterSource)Wrap provided param supplier.
-