Package | Description |
---|---|
org.codehaus.mojo.servicedocgen | |
org.codehaus.mojo.servicedocgen.descriptor |
Modifier and Type | Method and Description |
---|---|
protected OperationDescriptor |
Analyzer.createOperationDescriptor(ServiceDescriptor serviceDescriptor,
Method byteMethod) |
Modifier and Type | Method and Description |
---|---|
protected String |
Analyzer.createExample(OperationDescriptor operationDescriptor,
JavaScriptType javaScriptType,
JElement element) |
protected ParameterDescriptor |
Analyzer.createParameterDescriptor(ServiceDescriptor serviceDescriptor,
OperationDescriptor operationDescriptor,
JParameter parameter) |
protected ResponseDescriptor |
Analyzer.createResponseDescriptor(ServiceDescriptor serviceDescriptor,
OperationDescriptor operationDescriptor,
JElement javaElement,
boolean error) |
Modifier and Type | Method and Description |
---|---|
List<OperationDescriptor> |
ServiceDescriptor.getOperations() |
Map<String,List<OperationDescriptor>> |
ServiceDescriptor.getOperationsGroupedByHttpMethod() |
Modifier and Type | Method and Description |
---|---|
int |
OperationDescriptor.compareTo(OperationDescriptor o) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceDescriptor.setOperations(List<OperationDescriptor> paths) |
Copyright © 2015–2021 MojoHaus. All rights reserved.