Module io.helidon.builder.codegen
Package io.helidon.builder.codegen
Class OptionSingular.BuilderBase.OptionSingularImpl
java.lang.Object
io.helidon.builder.codegen.OptionSingular.BuilderBase.OptionSingularImpl
- All Implemented Interfaces:
Prototype.Api,OptionSingular
- Enclosing class:
OptionSingular.BuilderBase<BUILDER extends OptionSingular.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionSingular>
protected static class OptionSingular.BuilderBase.OptionSingularImpl
extends Object
implements OptionSingular
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.OptionSingular
OptionSingular.Builder, OptionSingular.BuilderBase<BUILDER extends OptionSingular.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionSingular> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOptionSingularImpl(OptionSingular.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
OptionSingularImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
name
Description copied from interface:OptionSingularSingular form of the option name. Forlines, this would beline. Forproperties, this should beproperty, so we allow customization by the user.- Specified by:
namein interfaceOptionSingular- Returns:
- singular name
-
methodName
Description copied from interface:OptionSingularName of the singular setter method.- Specified by:
methodNamein interfaceOptionSingular- Returns:
- method name
-
toString
-
equals
-
hashCode
public int hashCode()
-