Uses of Class
io.helidon.builder.codegen.RuntimeTypeInfo.Builder
Packages that use RuntimeTypeInfo.Builder
-
Uses of RuntimeTypeInfo.Builder in io.helidon.builder.codegen
Methods in io.helidon.builder.codegen that return RuntimeTypeInfo.BuilderModifier and TypeMethodDescriptionstatic RuntimeTypeInfo.BuilderRuntimeTypeInfo.builder()Create a new fluent API builder to customize configuration.static RuntimeTypeInfo.BuilderRuntimeTypeInfo.builder(RuntimeTypeInfo instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.builder.codegen with type arguments of type RuntimeTypeInfo.BuilderModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.addRuntimeTypeFactory(Consumer<RuntimeTypeInfo.Builder> consumer) Factory methods to create runtime types from a builder.OptionInfo.BuilderBase.runtimeType(Consumer<RuntimeTypeInfo.Builder> consumer) Custom runtime type factory method.