| Package | Description |
|---|---|
| io.sundr.codegen.functions | |
| io.sundr.codegen.model |
| Modifier and Type | Field and Description |
|---|---|
static Function<Class,Kind> |
ClassTo.KIND |
| Modifier and Type | Method and Description |
|---|---|
Kind |
TypeDefFluent.getKind() |
Kind |
TypeDefFluentImpl.getKind() |
Kind |
TypeDef.getKind() |
static Kind |
Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kind[] |
Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
A |
TypeDefFluent.withKind(Kind kind) |
A |
TypeDefFluentImpl.withKind(Kind kind) |
| Constructor and Description |
|---|
EditableTypeDef(Kind kind,
String packageName,
String name,
List<AnnotationRef> annotations,
List<ClassRef> extendsList,
List<ClassRef> implementsList,
List<TypeParamDef> parameters,
List<Property> properties,
List<Method> constructors,
List<Method> methods,
TypeDef outerType,
List<TypeDef> innerTypes,
int modifiers,
Map<AttributeKey,Object> attributes) |
TypeDef(Kind kind,
String packageName,
String name,
List<AnnotationRef> annotations,
List<ClassRef> extendsList,
List<ClassRef> implementsList,
List<TypeParamDef> parameters,
List<Property> properties,
List<Method> constructors,
List<Method> methods,
TypeDef outerType,
List<TypeDef> innerTypes,
int modifiers,
Map<AttributeKey,Object> attributes) |
Copyright © 2016. All Rights Reserved.