public interface DocumentationProvider
Modifier and Type | Method and Description |
---|---|
String |
getClassDoc(ClassResourceInfo cri) |
String |
getMethodDoc(OperationResourceInfo ori) |
String |
getMethodParameterDoc(OperationResourceInfo ori,
int paramIndex) |
String |
getMethodResponseDoc(OperationResourceInfo ori) |
String getClassDoc(ClassResourceInfo cri)
String getMethodDoc(OperationResourceInfo ori)
String getMethodResponseDoc(OperationResourceInfo ori)
String getMethodParameterDoc(OperationResourceInfo ori, int paramIndex)
Apache CXF