Uses of Class
org.glassfish.jersey.server.model.Parameter
Packages that use Parameter
Package
Description
Jersey server-side application & 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.media.sse.internal
Methods in org.glassfish.jersey.media.sse.internal with parameters of type ParameterModifier and TypeMethodDescriptionprotected Function<ContainerRequest,
SseEventSink> SseEventSinkValueParamProvider.createValueProvider
(Parameter parameter) -
Uses of Parameter in org.glassfish.jersey.server.model
Subclasses of Parameter in org.glassfish.jersey.server.modelModifier and TypeClassDescriptionstatic class
Bean Parameter class represents a parameter annotated withBeanParam
which in fact represents additional set of parameters.Methods in org.glassfish.jersey.server.model that return ParameterModifier and TypeMethodDescriptionstatic Parameter
Parameter.overrideSource
(Parameter original, Parameter.Source source) Create new parameter model by overridingsource
of the original parameter model.Methods in org.glassfish.jersey.server.model that return types with arguments of type ParameterModifier and TypeMethodDescriptionParameter.ServerParameterService.getParameterCreationFactory()
HandlerConstructor.getParameters()
Invocable.getParameters()
MethodHandler.getParameters()
Get the parameters associated directly with the resource method handler, if any (e.g.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 Parameter
Parameter.overrideSource
(Parameter original, Parameter.Source source) Create new parameter model by overridingsource
of the original parameter model.Method parameters in org.glassfish.jersey.server.model with type arguments of type ParameterModifier and TypeMethodDescriptionstatic MethodHandler
MethodHandler.create
(Class<?> handlerClass, boolean keepConstructorParamsEncoded, Collection<Parameter> handlerParameters) Create a class-based method handler from a class.static MethodHandler
MethodHandler.create
(Class<?> handlerClass, Collection<Parameter> handlerParameters) Create a class-based method handler from a class.static MethodHandler
MethodHandler.create
(Object handlerInstance, Class<?> handlerClass, Collection<Parameter> handlerParameters) Create a instance-based (singleton) method handler from a class.static MethodHandler
MethodHandler.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.Constructor parameters in org.glassfish.jersey.server.model with type arguments of type ParameterModifierConstructorDescriptionprotected
MethodHandler
(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)