Module io.helidon.builder.codegen
Package io.helidon.builder.codegen
Class PrototypeConfigured.BuilderBase.PrototypeConfiguredImpl
java.lang.Object
io.helidon.builder.codegen.PrototypeConfigured.BuilderBase.PrototypeConfiguredImpl
- All Implemented Interfaces:
Prototype.Api,PrototypeConfigured
- Enclosing class:
PrototypeConfigured.BuilderBase<BUILDER extends PrototypeConfigured.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends PrototypeConfigured>
protected static class PrototypeConfigured.BuilderBase.PrototypeConfiguredImpl
extends Object
implements PrototypeConfigured
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.PrototypeConfigured
PrototypeConfigured.Builder, PrototypeConfigured.BuilderBase<BUILDER extends PrototypeConfigured.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends PrototypeConfigured> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPrototypeConfiguredImpl(PrototypeConfigured.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
PrototypeConfiguredImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
createAccessModifier
Description copied from interface:PrototypeConfiguredAccess modifier.- Specified by:
createAccessModifierin interfacePrototypeConfigured- Returns:
- access modifier of the method
create(Config), defaults topublic
-
root
public boolean root()Description copied from interface:PrototypeConfiguredWhether the configuration is expected from the root of config tree. Defaults totruein case aPrototypeConfigured.key()is defined.- Specified by:
rootin interfacePrototypeConfigured- Returns:
- whether this prototype uses root configuration key
-
key
Description copied from interface:PrototypeConfiguredKey of this prototype's configuration.- Specified by:
keyin interfacePrototypeConfigured- Returns:
- key if configured
-
toString
-
equals
-
hashCode
public int hashCode()
-