Uses of Class
org.glassfish.jersey.server.model.Parameter
-
Packages that use Parameter Package Description 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.org.glassfish.jersey.server.wadl Jersey server-side WADL support public classes and interfaces.org.glassfish.jersey.server.wadl.internal Jersey server-side WADL internal classes. -
-
Uses of Parameter in org.glassfish.jersey.server.model
Subclasses of Parameter in org.glassfish.jersey.server.model Modifier and Type Class Description static classParameter.BeanParameterBean Parameter class represents a parameter annotated withBeanParamwhich in fact represents additional set of parameters.Methods in org.glassfish.jersey.server.model that return Parameter Modifier and Type Method Description 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 Parameter Modifier and Type Method Description Parameter.ParamCreationFactory<Parameter>Parameter.ServerParameterService. getParameterCreationFactory()List<Parameter>HandlerConstructor. getParameters()List<Parameter>Invocable. getParameters()Collection<Parameter>MethodHandler. getParameters()Get the parameters associated directly with the resource method handler, if any (e.g.Collection<Parameter>Parameter.BeanParameter. getParameters()List<Parameter>Parameterized. getParameters()Provides access to all parameters associated with given Parameterized instance.Methods in org.glassfish.jersey.server.model with parameters of type Parameter Modifier and Type Method Description static 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 Parameter Modifier and Type Method Description static 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.BuilderResourceMethod.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 Parameter Constructor Description 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 Parameter Modifier and Type Method Description Function<ContainerRequest,?>ValueParamProvider. 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 Parameter Modifier and Type Method Description ParamWadlGenerator. 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 Parameter Modifier and Type Method Description ParamWadlGeneratorImpl. createParam(Resource r, ResourceMethod m, Parameter p)
-