Package | Description |
---|---|
io.sundr.codegen.functions | |
io.sundr.codegen.model |
Modifier and Type | Field and Description |
---|---|
static Function<Class<? extends Annotation>,AnnotationRef> |
ClassTo.ANNOTATIONTYPEREF |
Modifier and Type | Class and Description |
---|---|
class |
EditableAnnotationRef |
Modifier and Type | Method and Description |
---|---|
List<AnnotationRef> |
TypeDefFluentImpl.buildAnnotations() |
List<AnnotationRef> |
TypeDefFluent.buildAnnotations() |
List<AnnotationRef> |
PropertyFluentImpl.buildAnnotations() |
List<AnnotationRef> |
PropertyFluent.buildAnnotations() |
List<AnnotationRef> |
MethodFluentImpl.buildAnnotations() |
List<AnnotationRef> |
MethodFluent.buildAnnotations() |
List<AnnotationRef> |
Method.getAnnotations() |
List<AnnotationRef> |
TypeDefFluentImpl.getAnnotations()
Deprecated.
|
List<AnnotationRef> |
TypeDefFluent.getAnnotations()
Deprecated.
|
List<AnnotationRef> |
TypeDef.getAnnotations() |
List<AnnotationRef> |
PropertyFluentImpl.getAnnotations()
Deprecated.
|
List<AnnotationRef> |
PropertyFluent.getAnnotations()
Deprecated.
|
List<AnnotationRef> |
Property.getAnnotations() |
List<AnnotationRef> |
MethodFluentImpl.getAnnotations()
Deprecated.
|
List<AnnotationRef> |
MethodFluent.getAnnotations()
Deprecated.
|
Constructor and Description |
---|
AnnotationRefBuilder(AnnotationRef instance) |
AnnotationRefBuilder(AnnotationRef instance,
Boolean validationEnabled) |
AnnotationRefBuilder(AnnotationRefFluent<?> fluent,
AnnotationRef instance) |
AnnotationRefBuilder(AnnotationRefFluent<?> fluent,
AnnotationRef instance,
Boolean validationEnabled) |
AnnotationRefFluentImpl(AnnotationRef instance) |
Constructor and Description |
---|
EditableMethod(List<String> comments,
List<AnnotationRef> annotations,
List<TypeParamDef> parameters,
String name,
TypeRef returnType,
List<Property> arguments,
boolean varArgPreferred,
List<ClassRef> exceptions,
Block block,
int modifiers,
Map<AttributeKey,Object> attributes) |
EditableProperty(List<AnnotationRef> annotations,
TypeRef typeRef,
String name,
int modifiers,
Map<AttributeKey,Object> attributes) |
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) |
Method(List<String> comments,
List<AnnotationRef> annotations,
List<TypeParamDef> parameters,
String name,
TypeRef returnType,
List<Property> arguments,
boolean varArgPreferred,
List<ClassRef> exceptions,
Block block,
int modifiers,
Map<AttributeKey,Object> attributes) |
Property(List<AnnotationRef> annotations,
TypeRef typeRef,
String name,
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.