| Package | Description |
|---|---|
| io.sundr.codegen.functions | |
| io.sundr.codegen.model |
| Modifier and Type | Field and Description |
|---|---|
static Function<java.lang.Class,Kind> |
ClassTo.KIND |
| Modifier and Type | Method and Description |
|---|---|
Kind |
TypeDef.getKind() |
Kind |
TypeDefFluentImpl.getKind() |
Kind |
TypeDefFluent.getKind() |
static Kind |
Kind.valueOf(java.lang.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 |
TypeDefFluentImpl.withKind(Kind kind) |
A |
TypeDefFluent.withKind(Kind kind) |
| Constructor and Description |
|---|
EditableTypeDef(Kind kind,
java.lang.String packageName,
java.lang.String name,
java.util.List<AnnotationRef> annotations,
java.util.List<ClassRef> extendsList,
java.util.List<ClassRef> implementsList,
java.util.List<TypeParamDef> parameters,
java.util.List<Property> properties,
java.util.List<Method> constructors,
java.util.List<Method> methods,
TypeDef outerType,
java.util.List<TypeDef> innerTypes,
int modifiers,
java.util.Map<AttributeKey,java.lang.Object> attributes) |
TypeDef(Kind kind,
java.lang.String packageName,
java.lang.String name,
java.util.List<AnnotationRef> annotations,
java.util.List<ClassRef> extendsList,
java.util.List<ClassRef> implementsList,
java.util.List<TypeParamDef> parameters,
java.util.List<Property> properties,
java.util.List<Method> constructors,
java.util.List<Method> methods,
TypeDef outerType,
java.util.List<TypeDef> innerTypes,
int modifiers,
java.util.Map<AttributeKey,java.lang.Object> attributes) |
Copyright © 2018. All Rights Reserved.