Module io.helidon.builder.codegen
Package io.helidon.builder.codegen
Class PrototypeConstant.BuilderBase.PrototypeConstantImpl
java.lang.Object
io.helidon.builder.codegen.PrototypeConstant.BuilderBase.PrototypeConstantImpl
- All Implemented Interfaces:
Prototype.Api,PrototypeConstant
- Enclosing class:
PrototypeConstant.BuilderBase<BUILDER extends PrototypeConstant.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends PrototypeConstant>
protected static class PrototypeConstant.BuilderBase.PrototypeConstantImpl
extends Object
implements PrototypeConstant
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.PrototypeConstant
PrototypeConstant.Builder, PrototypeConstant.BuilderBase<BUILDER extends PrototypeConstant.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends PrototypeConstant> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPrototypeConstantImpl(PrototypeConstant.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
PrototypeConstantImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
name
Description copied from interface:PrototypeConstantName of the constant.- Specified by:
namein interfacePrototypeConstant- Returns:
- field name
-
type
Description copied from interface:PrototypeConstantType of the constant.- Specified by:
typein interfacePrototypeConstant- Returns:
- field type
-
javadoc
Description copied from interface:PrototypeConstantJavadoc for the constant.- Specified by:
javadocin interfacePrototypeConstant- Returns:
- javadoc
-
content
Description copied from interface:PrototypeConstantConsumer of the content to generate the constant.- Specified by:
contentin interfacePrototypeConstant- Returns:
- content builder consumer to generate the constant value
-
toString
-
equals
-
hashCode
public int hashCode()
-