| Modifier and Type | Field and Description |
|---|---|
static TypeDef |
TypeDef.ENUM |
static TypeDef |
TypeDef.OBJECT |
| Modifier and Type | Method and Description |
|---|---|
static TypeDef |
TypeDef.forName(String fullyQualifiedName) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDef> |
TypeDef.getInnerTypes() |
List<TypeDef> |
Source.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
String |
WildcardRef.render(TypeDef enclosing) |
default String |
Renderable.render(TypeDef enclosingType)
Render the type into a
String for the purpose of code generation. |
String |
Method.render(TypeDef enclosingType) |
String |
Property.render(TypeDef enclosingType) |
String |
ClassRef.render(TypeDef enclosingType) |
void |
Method.renderDefinition(StringBuilder sb,
TypeDef enclosingType) |
String |
Method.renderDefinition(TypeDef enclosingType) |
| Constructor and Description |
|---|
Source(List<TypeDef> types) |
TypeDef(Kind kind,
String packageName,
String name,
List<String> comments,
List<AnnotationRef> annotations,
List<ClassRef> extendsList,
List<ClassRef> implementsList,
List<TypeParamDef> parameters,
List<Property> properties,
List<Method> constructors,
List<Method> methods,
String outerTypeName,
List<TypeDef> innerTypes,
Modifiers modifiers,
Map<AttributeKey,Object> attributes) |
Copyright © 2023. All rights reserved.