Uses of Class
io.helidon.common.features.metadata.Aot.BuilderBase
Packages that use Aot.BuilderBase
-
Uses of Aot.BuilderBase in io.helidon.common.features.metadata
Classes in io.helidon.common.features.metadata with type parameters of type Aot.BuilderBaseModifier and TypeClassDescriptionstatic classAot.BuilderBase<BUILDER extends Aot.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Aot> Fluent API builder base forAot.Subclasses of Aot.BuilderBase in io.helidon.common.features.metadataMethods in io.helidon.common.features.metadata with parameters of type Aot.BuilderBaseModifier and TypeMethodDescriptionAot.BuilderBase.from(Aot.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.common.features.metadata with parameters of type Aot.BuilderBaseModifierConstructorDescriptionprotectedAotImpl(Aot.BuilderBase<?, ?> builder) Create an instance providing a builder.