Uses of Class
org.glassfish.jersey.server.model.Parameter
Packages that use Parameter
Package
Description
Jersey server-side application invalid input: '&' resource modeling classes.
Jersey server-side internal service provider contract (SPI) classes.
Jersey server-side WADL support public classes and interfaces.
Jersey server-side WADL internal classes.
-
Uses of Parameter in org.glassfish.jersey.server.model
Subclasses of Parameter in org.glassfish.jersey.server.modelModifier and TypeClassDescriptionstatic classBean Parameter class represents a parameter annotated withBeanParamwhich in fact represents additional set of parameters.Methods in org.glassfish.jersey.server.model that return ParameterModifier and TypeMethodDescriptionstatic ParameterParameter.create(Class concreteClass, Class declaringClass, boolean encodeByDefault, Class<?> rawType, Type type, Annotation[] annotations) Create a parameter model.static ParameterParameter.overrideSource(Parameter original, Parameter.Source source) Create new parameter model by overridingsourceof the original parameter model.Methods in org.glassfish.jersey.server.model that return types with arguments of type ParameterModifier and TypeMethodDescriptionParameter.create(Class concreteClass, Class declaringClass, Constructor<?> ctor, boolean keepEncoded) Create a list of parameter models for a given resource method handler injectable constructor.Create a list of parameter models for a given Java method handling a resource method, sub-resource method or a sub-resource locator.HandlerConstructor.getParameters()Invocable.getParameters()MethodHandler.getParameters()Get the parameters associated directly with the resource method handler, if any (e.g. class-level property setters and fields).Parameter.BeanParameter.getParameters()Parameterized.getParameters()Provides access to all parameters associated with given Parameterized instance.Methods in org.glassfish.jersey.server.model with parameters of type ParameterModifier and TypeMethodDescriptionstatic ParameterParameter.overrideSource(Parameter original, Parameter.Source source) Create new parameter model by overridingsourceof the original parameter model.Method parameters in org.glassfish.jersey.server.model with type arguments of type ParameterModifier and TypeMethodDescriptionstatic MethodHandlerMethodHandler.create(Class<?> handlerClass, boolean keepConstructorParamsEncoded, Collection<Parameter> handlerParameters) Create a class-based method handler from a class.static MethodHandlerMethodHandler.create(Class<?> handlerClass, Collection<Parameter> handlerParameters) Create a class-based method handler from a class.static MethodHandlerMethodHandler.create(Object handlerInstance, Class<?> handlerClass, Collection<Parameter> handlerParameters) Create a instance-based (singleton) method handler from a class.static MethodHandlerMethodHandler.create(Object handlerInstance, Collection<Parameter> handlerParameters) Create a instance-based (singleton) method handler from a class.ResourceMethod.Builder.handlerParameters(Collection<Parameter> parameters) Parameters defined on the handler (i.e. not in the handling method), e.g. via property setters or fields.Constructor parameters in org.glassfish.jersey.server.model with type arguments of type ParameterModifierConstructorDescriptionprotectedMethodHandler(Collection<Parameter> parameters) Create new instance of a resource method handler model. -
Uses of Parameter in org.glassfish.jersey.server.spi.internal
Methods in org.glassfish.jersey.server.spi.internal with parameters of type ParameterModifier and TypeMethodDescriptionValueParamProvider.getValueProvider(Parameter parameter) Get an injected value provider for the parameter. -
Uses of Parameter in org.glassfish.jersey.server.wadl
Methods in org.glassfish.jersey.server.wadl with parameters of type ParameterModifier and TypeMethodDescriptionWadlGenerator.createParam(Resource r, ResourceMethod m, Parameter p) -
Uses of Parameter in org.glassfish.jersey.server.wadl.internal
Methods in org.glassfish.jersey.server.wadl.internal with parameters of type ParameterModifier and TypeMethodDescriptionWadlGeneratorImpl.createParam(Resource r, ResourceMethod m, Parameter p)