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 |
TypeDefFluentImpl.getKind() |
Kind |
TypeDefFluent.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 |
TypeDefFluentImpl.withKind(Kind kind) |
A |
TypeDefFluent.withKind(Kind kind) |
Constructor and Description |
---|
EditableTypeDef(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,
TypeDef outerType,
List<TypeDef> innerTypes,
int modifiers,
Map<AttributeKey,Object> attributes) |
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,
TypeDef outerType,
List<TypeDef> innerTypes,
int modifiers,
Map<AttributeKey,Object> attributes) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.