Package | Description |
---|---|
io.sundr.builder.internal | |
io.sundr.builder.internal.utils |
Modifier and Type | Method and Description |
---|---|
Inline[] |
BuilderContext.getInlineables() |
Modifier and Type | Method and Description |
---|---|
static BuilderContext |
BuilderContextManager.create(Elements elements,
Types types,
Boolean validationEnabled,
Boolean lazyCollectionsEnabled,
Boolean generateBuilderPackage,
String packageName,
Inline... inlineables) |
TypeDef |
BuilderContext.getInlineableInterface(Inline inline) |
Constructor and Description |
---|
BuilderContext(Elements elements,
Types types,
Boolean generateBuilderPackage,
Boolean validationEnabled,
Boolean lazyCollectionsEnabled,
String builderPackage,
Inline... inlineables) |
Modifier and Type | Method and Description |
---|---|
static TypeDef |
BuilderUtils.getInlineReturnType(BuilderContext context,
Inline inline,
TypeDef fallback) |
static TypeDef |
BuilderUtils.getInlineType(BuilderContext context,
Inline inline) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.