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