| Package | Description |
|---|---|
| org.leandreck.endpoints.processor.model |
| Modifier and Type | Method and Description |
|---|---|
TypeNodeKind |
TypeNode.getKind() |
static TypeNodeKind |
TypeNodeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeNodeKind[] |
TypeNodeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TypeNode(String fieldName,
String typeName,
List<TypeNode> typeParameters,
String template,
TypeNodeKind kind,
List<TypeNode> children,
Set<EnumValue> enumValues) |
TypeNode(String fieldName,
String typeName,
TypeNodeKind kind) |
Copyright © 2016. All rights reserved.