Module io.helidon.builder.codegen
Package io.helidon.builder.codegen
Class OptionDeprecation.BuilderBase.OptionDeprecationImpl
java.lang.Object
io.helidon.builder.codegen.OptionDeprecation.BuilderBase.OptionDeprecationImpl
- All Implemented Interfaces:
Prototype.Api,OptionDeprecation
- Enclosing class:
OptionDeprecation.BuilderBase<BUILDER extends OptionDeprecation.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionDeprecation>
protected static class OptionDeprecation.BuilderBase.OptionDeprecationImpl
extends Object
implements OptionDeprecation
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.builder.codegen.OptionDeprecation
OptionDeprecation.Builder, OptionDeprecation.BuilderBase<BUILDER extends OptionDeprecation.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionDeprecation> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOptionDeprecationImpl(OptionDeprecation.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
OptionDeprecationImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
message
Description copied from interface:OptionDeprecationDeprecation message.- Specified by:
messagein interfaceOptionDeprecation- Returns:
- deprecation message
-
forRemoval
public boolean forRemoval()Description copied from interface:OptionDeprecationIf this is scheduled for removal, defaults totrue.- Specified by:
forRemovalin interfaceOptionDeprecation- Returns:
- whether scheduled for removal
-
alternative
Description copied from interface:OptionDeprecationName of the option to use instead of this one.- Specified by:
alternativein interfaceOptionDeprecation- Returns:
- alternative option name
-
since
Description copied from interface:OptionDeprecationVersion that deprecated this option.- Specified by:
sincein interfaceOptionDeprecation- Returns:
- since version
-
toString
-
equals
-
hashCode
public int hashCode()
-