public abstract class AbstractBuilderProcessor extends AbstractCodeGeneratingProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY |
generatorprocessingEnv| Constructor and Description |
|---|
AbstractBuilderProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateBuildables(BuilderContext ctx,
Set<io.sundr.model.TypeDef> buildables) |
void |
generatePojos(BuilderContext builderContext,
Set<io.sundr.model.TypeDef> buildables)
Returns true if pojos where generated.
|
generate, getAdapterContext, getAptContext, getDefinitionRepository, getSupportedSourceVersion, initgetCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized, processpublic static final String EMPTY
public void generateBuildables(BuilderContext ctx, Set<io.sundr.model.TypeDef> buildables)
public void generatePojos(BuilderContext builderContext, Set<io.sundr.model.TypeDef> buildables)
builderContext - The builder context.buildables - The set of buildables.Copyright © 2023. All rights reserved.