Package | Description |
---|---|
com.sun.jersey.server.wadl.generators.resourcedoc |
Provides support for JAXB WADL generation for resource classes.
|
com.sun.jersey.server.wadl.generators.resourcedoc.model |
Provides support for JAXB-based resource class model.
|
com.sun.jersey.wadl.resourcedoc |
Modifier and Type | Method and Description |
---|---|
MethodDocType |
ResourceDocAccessor.getMethodDoc(Class<?> resourceClass,
Method method) |
Modifier and Type | Method and Description |
---|---|
List<MethodDocType> |
ClassDocType.getMethodDocs() |
Modifier and Type | Method and Description |
---|---|
void |
DocProcessor.processMethodDoc(com.sun.javadoc.MethodDoc methodDoc,
MethodDocType methodDocType)
Process the provided methodDoc and add your custom information to the methodDocType.
Use e.g. |
void |
DocProcessorWrapper.processMethodDoc(com.sun.javadoc.MethodDoc methodDoc,
MethodDocType methodDocType) |
Copyright © 2013 Oracle Corporation. All rights reserved.