| Package | Description |
|---|---|
| org.glassfish.jersey.server.wadl.internal.generators.resourcedoc |
Jersey server-side WADL internal classes supporting
generation of resource documentation with
wadl generators. |
| org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model |
Jersey server-side WADL internal JAXB beans used for
generation of resource documentation with
wadl generators. |
| Modifier and Type | Method and Description |
|---|---|
RepresentationDocType |
ResourceDocAccessor.getRequestRepresentation(java.lang.Class<?> resourceClass,
java.lang.reflect.Method method,
java.lang.String mediaType) |
| Modifier and Type | Field and Description |
|---|---|
private RepresentationDocType |
RequestDocType.representationDoc |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<RepresentationDocType> |
ResponseDocType.representation |
| Modifier and Type | Method and Description |
|---|---|
RepresentationDocType |
RequestDocType.getRepresentationDoc() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RepresentationDocType> |
ResponseDocType.getRepresentations() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDocType.setRepresentationDoc(RepresentationDocType representationDoc) |