Package | Description |
---|---|
org.glassfish.jersey.media.sse.internal | |
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.
|
Modifier and Type | Method and Description |
---|---|
protected Function<ContainerRequest,SseEventSink> |
SseEventSinkValueParamProvider.createValueProvider(Parameter parameter) |
Modifier and Type | Class and Description |
---|---|
static class |
Parameter.BeanParameter
Bean Parameter class represents a parameter annotated with
BeanParam which in fact represents
additional set of parameters. |
Modifier and Type | Method and Description |
---|---|
static Parameter |
Parameter.overrideSource(Parameter original,
Parameter.Source source)
Create new parameter model by overriding
source
of the original parameter model. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static Parameter |
Parameter.overrideSource(Parameter original,
Parameter.Source source)
Create new parameter model by overriding
source
of the original parameter model. |
Modifier and Type | Method and Description |
---|---|
static 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 |
ResourceMethod.Builder.handlerParameters(Collection<Parameter> parameters)
Parameters defined on the handler (i.e.
|
Constructor and Description |
---|
MethodHandler(Collection<Parameter> parameters)
Create new instance of a resource method handler model.
|
Modifier and Type | Method and Description |
---|---|
Function<ContainerRequest,?> |
ValueParamProvider.getValueProvider(Parameter parameter)
Get an injected value provider for the parameter.
|
Modifier and Type | Method and Description |
---|---|
Param |
WadlGenerator.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Modifier and Type | Method and Description |
---|---|
Param |
WadlGeneratorImpl.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.