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