| Package | Description |
|---|---|
| org.leandreck.endpoints.processor.model | |
| org.leandreck.endpoints.processor.printer |
| Modifier and Type | Method and Description |
|---|---|
TypeNode |
MethodNode.getRequestBodyType() |
TypeNode |
MethodNode.getReturnType() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeNode> |
TypeNode.getChildren() |
List<TypeNode> |
MethodNode.getMethodParameterTypes()
Returns the combined list of
MethodNode.getPathVariableTypes() and MethodNode.getQueryParameterTypes() |
List<TypeNode> |
MethodNode.getPathVariableTypes() |
List<TypeNode> |
MethodNode.getQueryParameterTypes() |
List<TypeNode> |
TypeNode.getTypeParameters() |
Set<TypeNode> |
TypeNode.getTypes() |
Set<TypeNode> |
MethodNode.getTypes() |
Set<TypeNode> |
EndpointNode.getTypes() |
| Constructor and Description |
|---|
MethodNode(String name,
String url,
boolean ignored,
List<String> httpMethods,
TypeNode returnType) |
MethodNode(String name,
String url,
boolean ignored,
List<String> httpMethods,
TypeNode returnType,
TypeNode requestBodyType,
List<TypeNode> pathVariableTypes,
List<TypeNode> queryParameterTypes) |
| Constructor and Description |
|---|
MethodNode(String name,
String url,
boolean ignored,
List<String> httpMethods,
TypeNode returnType,
TypeNode requestBodyType,
List<TypeNode> pathVariableTypes,
List<TypeNode> queryParameterTypes) |
MethodNode(String name,
String url,
boolean ignored,
List<String> httpMethods,
TypeNode returnType,
TypeNode requestBodyType,
List<TypeNode> pathVariableTypes,
List<TypeNode> queryParameterTypes) |
TypeNode(String fieldName,
String parameterName,
String typeName,
List<TypeNode> typeParameters,
String template,
TypeNodeKind kind,
List<TypeNode> children,
Set<EnumValue> enumValues) |
TypeNode(String fieldName,
String parameterName,
String typeName,
List<TypeNode> typeParameters,
String template,
TypeNodeKind kind,
List<TypeNode> children,
Set<EnumValue> enumValues) |
| Modifier and Type | Method and Description |
|---|---|
Set<TypeNode> |
TypesPackage.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.processTypeScriptTypeNode(TypeNode node,
Writer out) |
| Constructor and Description |
|---|
TypesPackage(Set<EndpointNode> endpoints,
Set<TypeNode> types) |
Copyright © 2016–2017. All rights reserved.