Uses of Interface
io.helidon.common.features.metadata.FeatureMetadata
Packages that use FeatureMetadata
-
Uses of FeatureMetadata in io.helidon.common.features.metadata
Classes in io.helidon.common.features.metadata with type parameters of type FeatureMetadataModifier and TypeClassDescriptionstatic class
FeatureMetadata.BuilderBase<BUILDER extends FeatureMetadata.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends FeatureMetadata> Fluent API builder base forFeatureMetadata
.Classes in io.helidon.common.features.metadata that implement FeatureMetadataModifier 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 FeatureMetadataModifier and TypeMethodDescriptionFeatureMetadata.Builder.build()
FeatureMetadata.Builder.buildPrototype()
static FeatureMetadata
FeatureMetadata.create()
Create a new instance with default values.static FeatureMetadata
FeatureRegistry.metadata
(String location, Properties properties) Get all feature metadata from the provided root.Methods in io.helidon.common.features.metadata that return types with arguments of type FeatureMetadataModifier and TypeMethodDescriptionstatic List
<FeatureMetadata> FeatureRegistry.metadata
(String location, Hson.Array root) Get all feature metadata from the provided root.Methods in io.helidon.common.features.metadata with parameters of type FeatureMetadataModifier and TypeMethodDescriptionstatic FeatureMetadata.Builder
FeatureMetadata.builder
(FeatureMetadata instance) Create a new fluent API builder from an existing instance.FeatureMetadata.BuilderBase.from
(FeatureMetadata prototype) Update this builder from an existing prototype instance.