public class JavaDocProvider extends Object implements DocumentationProvider
| Modifier and Type | Field and Description |
|---|---|
protected static double |
JAVA_VERSION |
protected static double |
JAVA_VERSION_1_6 |
protected static double |
JAVA_VERSION_1_7 |
protected static double |
JAVA_VERSION_1_8 |
protected static double |
JAVA_VERSION_11 |
protected static double |
JAVA_VERSION_17 |
| Constructor and Description |
|---|
JavaDocProvider() |
JavaDocProvider(org.apache.cxf.Bus bus,
String... paths) |
JavaDocProvider(String... paths) |
JavaDocProvider(String path) |
JavaDocProvider(URL... javaDocUrls) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassDoc(ClassResourceInfo cri) |
protected String |
getClassInfoTag() |
protected String |
getCodeTag() |
String |
getMethodDoc(OperationResourceInfo ori) |
String |
getMethodParameterDoc(OperationResourceInfo ori,
int paramIndex) |
String |
getMethodResponseDoc(OperationResourceInfo ori) |
protected String |
getOperationMarkerClose() |
protected String |
getOperationMarkerOpen() |
protected String |
getOperationParamSeparator() |
protected String |
getOperInfoTag() |
protected String |
getOperLink() |
protected String |
getResponseMarker() |
protected static final double JAVA_VERSION
protected static final double JAVA_VERSION_1_6
protected static final double JAVA_VERSION_1_7
protected static final double JAVA_VERSION_1_8
protected static final double JAVA_VERSION_11
protected static final double JAVA_VERSION_17
public JavaDocProvider()
public JavaDocProvider(URL... javaDocUrls)
public String getClassDoc(ClassResourceInfo cri)
getClassDoc in interface DocumentationProviderpublic String getMethodDoc(OperationResourceInfo ori)
getMethodDoc in interface DocumentationProviderpublic String getMethodResponseDoc(OperationResourceInfo ori)
getMethodResponseDoc in interface DocumentationProviderpublic String getMethodParameterDoc(OperationResourceInfo ori, int paramIndex)
getMethodParameterDoc in interface DocumentationProviderprotected String getClassInfoTag()
protected String getOperInfoTag()
protected String getOperLink()
protected String getResponseMarker()
protected String getCodeTag()
protected String getOperationMarkerOpen()
protected String getOperationMarkerClose()
protected String getOperationParamSeparator()
Apache CXF