Uses of Class
io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
Packages that use RuntimeTypeInfo.BuilderBase
-
Uses of RuntimeTypeInfo.BuilderBase in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type RuntimeTypeInfo.BuilderBaseModifier and TypeClassDescriptionstatic classRuntimeTypeInfo.BuilderBase<BUILDER extends RuntimeTypeInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends RuntimeTypeInfo> Fluent API builder base forRuntimeTypeInfo.Subclasses of RuntimeTypeInfo.BuilderBase in io.helidon.builder.codegenMethods in io.helidon.builder.codegen with parameters of type RuntimeTypeInfo.BuilderBaseModifier and TypeMethodDescriptionRuntimeTypeInfo.BuilderBase.from(RuntimeTypeInfo.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.builder.codegen with parameters of type RuntimeTypeInfo.BuilderBaseModifierConstructorDescriptionprotectedRuntimeTypeInfoImpl(RuntimeTypeInfo.BuilderBase<?, ?> builder) Create an instance providing a builder.