Uses of Interface
io.helidon.common.types.TypeInfo
Packages that use TypeInfo
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of TypeInfo in io.helidon.common.types
Classes in io.helidon.common.types with type parameters of type TypeInfoModifier and TypeClassDescriptionstatic classTypeInfo.BuilderBase<BUILDER extends TypeInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends TypeInfo> Fluent API builder base forTypeInfo.Classes in io.helidon.common.types that implement TypeInfoModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.types that return TypeInfoMethods in io.helidon.common.types that return types with arguments of type TypeInfoModifier and TypeMethodDescriptionTypeInfo.BuilderBase.interfaceTypeInfo()The interface classes for this type info.TypeInfo.BuilderBase.TypeInfoImpl.interfaceTypeInfo()TypeInfo.BuilderBase.superTypeInfo()The parent/super class for this type info.TypeInfo.BuilderBase.TypeInfoImpl.superTypeInfo()Methods in io.helidon.common.types with parameters of type TypeInfoModifier and TypeMethodDescriptionTypeInfo.BuilderBase.addInterfaceTypeInfo(TypeInfo interfaceTypeInfo) The interface classes for this type info.static TypeInfo.BuilderCreate a new fluent API builder from an existing instance.Update this builder from an existing prototype instance.TypeInfo.BuilderBase.superTypeInfo(TypeInfo superTypeInfo) The parent/super class for this type info.Method parameters in io.helidon.common.types with type arguments of type TypeInfoModifier and TypeMethodDescriptionTypeInfo.BuilderBase.addInterfaceTypeInfo(List<? extends TypeInfo> interfaceTypeInfo) The interface classes for this type info.TypeInfo.BuilderBase.interfaceTypeInfo(List<? extends TypeInfo> interfaceTypeInfo) The interface classes for this type info.