Package | Description |
---|---|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
org.glassfish.jersey.server.wadl |
Jersey server-side WADL support public classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
static Parameter |
Parameter.create(Class concreteClass,
Class declaringClass,
boolean keepEncoded,
Class<?> rawType,
Type type,
Annotation[] annotations)
Create a parameter model.
|
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 List<Parameter> |
Parameter.create(Class concreteClass,
Class declaringClass,
Constructor<?> ctor,
boolean keepEncoded)
Create a list of parameter models for a given resource method handler
injectable constructor.
|
static List<Parameter> |
Parameter.create(Class concreteClass,
Class declaringClass,
Method javaMethod,
boolean keepEncoded)
Create a list of parameter models for a given Java method handling a resource
method, sub-resource method or a sub-resource locator.
|
List<Parameter> |
Parameterized.getParameters()
Provides access to all parameters associated with given Parameterized instance.
|
List<Parameter> |
Invocable.getParameters() |
List<Parameter> |
HandlerConstructor.getParameters() |
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 |
---|---|
Param |
WadlGenerator.createParam(Resource r,
ResourceMethod m,
Parameter p) |
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.