| Package | Description |
|---|---|
| org.leandreck.endpoints.processor.model | |
| org.leandreck.endpoints.processor.printer |
| Modifier and Type | Method and Description |
|---|---|
TypeNode |
TypeNodeFactory.createTypeNode(TypeMirror typeMirror) |
TypeNode |
TypeNodeFactory.createTypeNode(VariableElement variableElement) |
TypeNode |
MethodNode.getReturnType() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeNode> |
TypeNode.getChildren() |
| Constructor and Description |
|---|
MethodNode(String name,
String url,
boolean ignored,
List<String> httpMethods,
TypeNode returnType) |
| Constructor and Description |
|---|
TypeNode(String fieldName,
String typeName,
String template,
List<TypeNode> children) |
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.processTypeScriptTypeNode(TypeNode node,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.processEndpoint(EndpointNode clazz,
Set<TypeNode> types,
Writer out) |
Copyright © 2016. All rights reserved.