Uses of Interface
io.helidon.common.features.metadata.Aot
Packages that use Aot
-
Uses of Aot in io.helidon.common.features.metadata
Classes in io.helidon.common.features.metadata with type parameters of type AotModifier and TypeClassDescriptionstatic class
Aot.BuilderBase<BUILDER extends Aot.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Aot> Fluent API builder base forAot
.Classes in io.helidon.common.features.metadata that implement AotModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.features.metadata that return AotModifier and TypeMethodDescriptionAot.Builder.build()
Aot.Builder.buildPrototype()
static Aot
Aot.create()
Create a new instance with default values.Methods in io.helidon.common.features.metadata that return types with arguments of type AotModifier and TypeMethodDescriptionFeatureMetadata.aot()
Ahead of time compilation information (native-image).FeatureMetadata.BuilderBase.aot()
Ahead of time compilation information (native-image).FeatureMetadata.BuilderBase.FeatureMetadataImpl.aot()
Methods in io.helidon.common.features.metadata with parameters of type AotModifier and TypeMethodDescriptionAhead of time compilation information (native-image).static Aot.Builder
Create a new fluent API builder from an existing instance.Update this builder from an existing prototype instance.