Module io.helidon.builder.codegen
Package io.helidon.builder.codegen
Class FactoryMethod.BuilderBase.FactoryMethodImpl
java.lang.Object
io.helidon.builder.codegen.FactoryMethod.BuilderBase.FactoryMethodImpl
- All Implemented Interfaces:
Prototype.Api,FactoryMethod
- Enclosing class:
FactoryMethod.BuilderBase<BUILDER extends FactoryMethod.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends FactoryMethod>
protected static class FactoryMethod.BuilderBase.FactoryMethodImpl
extends Object
implements FactoryMethod
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.FactoryMethod
FactoryMethod.Builder, FactoryMethod.BuilderBase<BUILDER extends FactoryMethod.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends FactoryMethod> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFactoryMethodImpl(FactoryMethod.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
FactoryMethodImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
declaringType
Description copied from interface:FactoryMethodType declaring the factory method.- Specified by:
declaringTypein interfaceFactoryMethod- Returns:
- type declaring the factory method
-
returnType
Description copied from interface:FactoryMethodReturn type of the factory method.- Specified by:
returnTypein interfaceFactoryMethod- Returns:
- return type of the factory method
-
methodName
Description copied from interface:FactoryMethodName of the factory method.- Specified by:
methodNamein interfaceFactoryMethod- Returns:
- factory method name
-
parameterType
Description copied from interface:FactoryMethodA parameter of the factory method, if any.- Specified by:
parameterTypein interfaceFactoryMethod- Returns:
- parameter type, if any
-
optionName
Description copied from interface:FactoryMethodA factory method may be bound to a specific option.- Specified by:
optionNamein interfaceFactoryMethod- Returns:
- name of the option this factory method is bound to, if any
-
toString
-
equals
-
hashCode
public int hashCode()
-