Uses of Class
io.helidon.common.types.TypeInfo.Builder
Packages that use TypeInfo.Builder
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of TypeInfo.Builder in io.helidon.common.types
Methods in io.helidon.common.types that return TypeInfo.BuilderModifier and TypeMethodDescriptionstatic TypeInfo.Builder
TypeInfo.builder()
Create a new fluent API builder to customize configuration.static TypeInfo.Builder
Create a new fluent API builder from an existing instance.Method parameters in io.helidon.common.types with type arguments of type TypeInfo.BuilderModifier and TypeMethodDescriptionTypeInfo.BuilderBase.addInterfaceTypeInfo
(Consumer<TypeInfo.Builder> consumer) The interface classes for this type info.TypeInfo.BuilderBase.superTypeInfo
(Consumer<TypeInfo.Builder> consumer) The parent/super class for this type info.