Uses of Class
io.sundr.builder.internal.BuilderContext
Packages that use BuilderContext
Package
Description
-
Uses of BuilderContext in io.sundr.builder.internal
Methods in io.sundr.builder.internal that return BuilderContextModifier and TypeMethodDescriptionstatic BuilderContextstatic BuilderContextBuilderContextManager.create(Elements elements, Types types, Buildable buildable, Inline... inlineables) static BuilderContextBuilderContextManager.create(Elements elements, Types types, ExternalBuildables buildable, Inline... inlineables) static BuilderContextBuilderContextManager.create(Elements elements, Types types, Boolean generateBuilderPackage, String builderPackage, Inline... inlineables) Deprecated.static BuilderContextBuilderContextManager.create(Elements elements, Types types, Boolean generateBuilderPackage, String builderPackage, Boolean generateValidationPackage, String validationPackage, Inline... inlineables) static BuilderContextBuilderContextManager.create(Elements elements, Types types, Boolean generateBuilderPackage, String builderPackage, String validationPackage, Inline... inlineables) static BuilderContextBuilderContextManager.getContext() -
Uses of BuilderContext in io.sundr.builder.internal.processor
Methods in io.sundr.builder.internal.processor with parameters of type BuilderContextModifier and TypeMethodDescriptionvoidAbstractBuilderProcessor.generateBuildables(BuilderContext ctx, Set<io.sundr.model.TypeDef> buildables) voidAbstractBuilderProcessor.generatePojos(BuilderContext builderContext, Set<io.sundr.model.TypeDef> buildables) Returns true if pojos where generated. -
Uses of BuilderContext in io.sundr.builder.internal.utils
Methods in io.sundr.builder.internal.utils with parameters of type BuilderContextModifier and TypeMethodDescriptionstatic Set<TypeElement>BuilderUtils.getBuildableReferences(BuilderContext context, Buildable buildable) static Set<TypeElement>BuilderUtils.getBuildableReferences(BuilderContext context, ExternalBuildables buildable) static io.sundr.model.TypeDefBuilderUtils.getInlineReturnType(BuilderContext context, Inline inline, io.sundr.model.TypeDef fallback) static io.sundr.model.TypeDefBuilderUtils.getInlineType(BuilderContext context, Inline inline)
BuilderContextManager.create(Elements, Types, Buildable, Inline...)orBuilderContextManager.create(Elements, Types, ExternalBuildables, Inline...)instead.