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(Block instance,
Boolean validationEnabled) |
BlockBuilder(BlockFluent<?> fluent,
Block instance) |
BlockBuilder(BlockFluent<?> fluent,
Block instance,
Boolean validationEnabled) |
BlockFluentImpl(Block instance) |
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) |
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) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.