java.lang.Object
io.helidon.common.types.Annotation.BuilderBase<Annotation.Builder,Annotation>
io.helidon.common.types.Annotation.Builder
- All Implemented Interfaces:
Prototype.Builder<Annotation.Builder,
,Annotation> Builder<Annotation.Builder,
,Annotation> Supplier<Annotation>
- Enclosing interface:
Annotation
public static class Annotation.Builder
extends Annotation.BuilderBase<Annotation.Builder,Annotation>
implements Builder<Annotation.Builder,Annotation>
Fluent API builder for
Annotation
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.common.types.Annotation.BuilderBase
Annotation.BuilderBase.AnnotationImpl
-
Method Summary
Methods inherited from class io.helidon.common.types.Annotation.BuilderBase
addValues, from, from, preBuildPrototype, putValue, toString, type, typeName, typeName, typeName, typeName, validatePrototype, value, values, values
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<Annotation.Builder,
Annotation> - 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<Annotation.Builder,
Annotation> - Returns:
- instance of the built type
-