Uses of Interface
io.helidon.builder.codegen.OptionDeprecation
Packages that use OptionDeprecation
-
Uses of OptionDeprecation in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type OptionDeprecationModifier and TypeClassDescriptionstatic classOptionDeprecation.BuilderBase<BUILDER extends OptionDeprecation.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionDeprecation> Fluent API builder base forOptionDeprecation.Classes in io.helidon.builder.codegen that implement OptionDeprecationModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.builder.codegen that return OptionDeprecationModifier and TypeMethodDescriptionOptionDeprecation.Builder.build()OptionDeprecation.Builder.buildPrototype()Methods in io.helidon.builder.codegen that return types with arguments of type OptionDeprecationModifier and TypeMethodDescriptionOptionInfo.BuilderBase.deprecation()Deprecation details.OptionInfo.BuilderBase.OptionInfoImpl.deprecation()OptionInfo.deprecation()Deprecation details.Methods in io.helidon.builder.codegen with parameters of type OptionDeprecationModifier and TypeMethodDescriptionstatic OptionDeprecation.BuilderOptionDeprecation.builder(OptionDeprecation instance) Create a new fluent API builder from an existing instance.OptionInfo.BuilderBase.deprecation(OptionDeprecation deprecation) Deprecation details.OptionDeprecation.BuilderBase.from(OptionDeprecation prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.builder.codegen with type arguments of type OptionDeprecationModifier and TypeMethodDescriptionOptionInfo.BuilderBase.deprecation(Supplier<? extends OptionDeprecation> supplier) Deprecation details.