Uses of Enum Class
org.glassfish.jersey.model.Parameter.Source
Packages that use Parameter.Source
-
Uses of Parameter.Source in org.glassfish.jersey.model
Methods in org.glassfish.jersey.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 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.Methods in org.glassfish.jersey.model with parameters of type Parameter.SourceModifier and TypeMethodDescriptionParameter.ParamCreationFactory.createBeanParameter(Annotation[] markers, Annotation marker, Parameter.Source source, String sourceName, Class<?> rawType, Type type, boolean encoded, String defaultValue) Factory method to instantiateBeanParameterof given propertiesParameter.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.SourceModifierConstructorDescriptionprotectedParameter(Annotation[] markers, Annotation marker, Parameter.Source source, String sourceName, Class<?> rawType, Type type, boolean encoded, String defaultValue)