Uses of Annotation Interface
io.sundr.builder.annotations.Inline
Packages that use Inline
-
Uses of Inline in io.sundr.builder.internal
Methods in io.sundr.builder.internal that return InlineMethods in io.sundr.builder.internal with parameters of type InlineModifier and TypeMethodDescriptionstatic 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) io.sundr.model.TypeDefBuilderContext.getInlineableInterface(Inline inline) Constructors in io.sundr.builder.internal with parameters of type InlineModifierConstructorDescriptionBuilderContext(Elements elements, Types types, Boolean generateBuilderPackage, String builderPackage, Inline... inlineables) BuilderContext(Elements elements, Types types, Boolean generateBuilderPackage, String builderPackage, Boolean generateValidationPackage, String validationPackage, Inline... inlineables) -
Uses of Inline in io.sundr.builder.internal.utils
Methods in io.sundr.builder.internal.utils with parameters of type InlineModifier and TypeMethodDescriptionstatic 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.