| Package | Description |
|---|---|
| org.glassfish.jersey.model |
Common Jersey model related classes and interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Parameter.ParamCreationFactory<PARAMETER extends Parameter>
A factory service to found in a runtime to be used to instantiate the given
Parameter class. |
| Modifier and Type | Method and Description |
|---|---|
static <PARAMETER extends Parameter> |
Parameter.create(Class concreteClass,
Class declaringClass,
boolean encodeByDefault,
Class<?> rawType,
Type type,
Annotation[] annotations)
Create a parameter model.
|
protected static <PARAMETER extends Parameter> |
Parameter.create(Class concreteClass,
Class declaringClass,
boolean encodeByDefault,
Class<?> rawType,
Type type,
Annotation[] annotations,
Class<?> parameterClass)
Create a parameter model.
|
static <PARAMETER extends 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.
|
protected static <PARAMETER extends Parameter> |
Parameter.createList(Class concreteClass,
Class declaringClass,
Constructor<?> ctor,
boolean keepEncoded,
Class<?> parameterClass)
Create a list of parameter models for a given resource method handler
injectable constructor.
|
protected static <PARAMETER extends Parameter> |
Parameter.createList(Class concreteClass,
Class declaringClass,
Method javaMethod,
boolean keepEncoded,
Class parameterClass)
Create a list of parameter models for a given Java method handling a resource
method, sub-resource method or a sub-resource locator.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter.ParamCreationFactory<Parameter> |
Parameter.ParameterService.getParameterCreationFactory() |
Copyright © 2007-2020, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.