Package org.apache.cxf.jaxrs.model.doc
Class JavaDocProvider
java.lang.Object
org.apache.cxf.jaxrs.model.doc.JavaDocProvider
- All Implemented Interfaces:
DocumentationProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final doubleprotected static final doubleprotected static final doubleprotected static final doubleprotected static final doubleprotected static final double -
Constructor Summary
ConstructorsConstructorDescriptionJavaDocProvider(String path) JavaDocProvider(String... paths) JavaDocProvider(URL... javaDocUrls) JavaDocProvider(org.apache.cxf.Bus bus, String... paths) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected StringgetMethodParameterDoc(OperationResourceInfo ori, int paramIndex) protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected String
-
Field Details
-
JAVA_VERSION
protected static final double JAVA_VERSION -
JAVA_VERSION_1_6
protected static final double JAVA_VERSION_1_6- See Also:
-
JAVA_VERSION_1_7
protected static final double JAVA_VERSION_1_7- See Also:
-
JAVA_VERSION_1_8
protected static final double JAVA_VERSION_1_8- See Also:
-
JAVA_VERSION_11
protected static final double JAVA_VERSION_11- See Also:
-
JAVA_VERSION_17
protected static final double JAVA_VERSION_17- See Also:
-
-
Constructor Details
-
Method Details
-
getClassDoc
- Specified by:
getClassDocin interfaceDocumentationProvider
-
getMethodDoc
- Specified by:
getMethodDocin interfaceDocumentationProvider
-
getMethodResponseDoc
- Specified by:
getMethodResponseDocin interfaceDocumentationProvider
-
getMethodParameterDoc
- Specified by:
getMethodParameterDocin interfaceDocumentationProvider
-
getClassInfoTag
-
getOperInfoTag
-
getOperLink
-
getResponseMarker
-
getCodeTag
-
getOperationMarkerOpen
-
getOperationMarkerClose
-
getOperationParamSeparator
-