java.lang.Object
io.helidon.common.types.TypeInfo.BuilderBase<TypeInfo.Builder,TypeInfo>
io.helidon.common.types.TypeInfo.Builder
- All Implemented Interfaces:
Prototype.Builder<TypeInfo.Builder,
,TypeInfo> Builder<TypeInfo.Builder,
,TypeInfo> Supplier<TypeInfo>
- Enclosing interface:
TypeInfo
public static class TypeInfo.Builder
extends TypeInfo.BuilderBase<TypeInfo.Builder,TypeInfo>
implements Builder<TypeInfo.Builder,TypeInfo>
Fluent API builder for
TypeInfo
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.common.types.TypeInfo.BuilderBase
TypeInfo.BuilderBase.TypeInfoImpl
-
Method Summary
Methods inherited from class io.helidon.common.types.TypeInfo.BuilderBase
accessModifier, accessModifier, addAnnotation, addAnnotation, addAnnotations, addElementInfo, addElementInfo, addElementInfo, addElementModifier, addElementModifiers, addInheritedAnnotation, addInheritedAnnotation, addInheritedAnnotations, addInterfaceTypeInfo, addInterfaceTypeInfo, addInterfaceTypeInfo, addModifier, addModifiers, addOtherElementInfo, addOtherElementInfo, addOtherElementInfo, addReferencedModuleNames, addReferencedTypeNamesToAnnotation, addReferencedTypeNamesToAnnotations, addReferencedTypeNamesToAnnotations, annotations, annotations, clearDescription, clearModule, clearOriginatingElement, clearSuperTypeInfo, description, description, elementInfo, elementInfo, elementModifiers, elementModifiers, from, from, inheritedAnnotations, inheritedAnnotations, interfaceTypeInfo, interfaceTypeInfo, kind, kind, modifiers, modifiers, module, module, originatingElement, originatingElement, otherElementInfo, otherElementInfo, preBuildPrototype, putReferencedModuleName, putReferencedTypeNamesToAnnotation, referencedModuleNames, referencedModuleNames, referencedTypeNamesToAnnotations, referencedTypeNamesToAnnotations, superTypeInfo, superTypeInfo, superTypeInfo, toString, typeKind, typeKind, typeName, typeName, typeName, typeName, validatePrototype
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<TypeInfo.Builder,
TypeInfo> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<TypeInfo.Builder,
TypeInfo> - Returns:
- instance of the built type
-