| Package | Description |
|---|---|
| io.sundr.codegen.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableBlock |
| Modifier and Type | Method and Description |
|---|---|
Block |
MethodFluentImpl.buildBlock() |
Block |
MethodFluent.buildBlock() |
Block |
Method.getBlock() |
Block |
MethodFluentImpl.getBlock()
Deprecated.
|
Block |
MethodFluent.getBlock()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MethodFluent.BlockNested<A> |
MethodFluentImpl.editOrNewBlockLike(Block item) |
MethodFluent.BlockNested<A> |
MethodFluent.editOrNewBlockLike(Block item) |
A |
MethodFluentImpl.withBlock(Block block) |
A |
MethodFluent.withBlock(Block block) |
MethodFluent.BlockNested<A> |
MethodFluentImpl.withNewBlockLike(Block item) |
MethodFluent.BlockNested<A> |
MethodFluent.withNewBlockLike(Block item) |
| Constructor and Description |
|---|
BlockBuilder(Block instance) |
BlockBuilder(BlockFluent<?> fluent,
Block instance) |
BlockFluentImpl(Block instance) |
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) |
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) |
Copyright © 2018. All Rights Reserved.