Uses of Interface
io.helidon.builder.codegen.RuntimeTypeInfo
Packages that use RuntimeTypeInfo
-
Uses of RuntimeTypeInfo in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type RuntimeTypeInfoModifier and TypeClassDescriptionstatic classRuntimeTypeInfo.BuilderBase<BUILDER extends RuntimeTypeInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends RuntimeTypeInfo> Fluent API builder base forRuntimeTypeInfo.Classes in io.helidon.builder.codegen that implement RuntimeTypeInfoModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.builder.codegen that return RuntimeTypeInfoModifier and TypeMethodDescriptionRuntimeTypeInfo.Builder.build()RuntimeTypeInfo.Builder.buildPrototype()Methods in io.helidon.builder.codegen that return types with arguments of type RuntimeTypeInfoModifier and TypeMethodDescriptionOptionInfo.BuilderBase.OptionInfoImpl.runtimeType()OptionInfo.BuilderBase.runtimeType()Custom runtime type factory method.OptionInfo.runtimeType()Custom runtime type factory method.PrototypeInfo.BuilderBase.PrototypeInfoImpl.runtimeTypeFactories()PrototypeInfo.BuilderBase.runtimeTypeFactories()Factory methods to create runtime types from a builder.PrototypeInfo.runtimeTypeFactories()Factory methods to create runtime types from a builder.Methods in io.helidon.builder.codegen with parameters of type RuntimeTypeInfoModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.addRuntimeTypeFactory(RuntimeTypeInfo runtimeTypeFactory) Factory methods to create runtime types from a builder.static RuntimeTypeInfo.BuilderRuntimeTypeInfo.builder(RuntimeTypeInfo instance) Create a new fluent API builder from an existing instance.RuntimeTypeInfo.BuilderBase.from(RuntimeTypeInfo prototype) Update this builder from an existing prototype instance.OptionInfo.BuilderBase.runtimeType(RuntimeTypeInfo runtimeType) Custom runtime type factory method.Method parameters in io.helidon.builder.codegen with type arguments of type RuntimeTypeInfoModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.addRuntimeTypeFactories(List<? extends RuntimeTypeInfo> runtimeTypeFactories) Factory methods to create runtime types from a builder.OptionInfo.BuilderBase.runtimeType(Supplier<? extends RuntimeTypeInfo> supplier) Custom runtime type factory method.PrototypeInfo.BuilderBase.runtimeTypeFactories(List<? extends RuntimeTypeInfo> runtimeTypeFactories) Factory methods to create runtime types from a builder.