Module io.helidon.builder.codegen
Package io.helidon.builder.codegen
Class RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl
java.lang.Object
io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl
- All Implemented Interfaces:
Prototype.Api,RuntimeTypeInfo
- Enclosing class:
RuntimeTypeInfo.BuilderBase<BUILDER extends RuntimeTypeInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends RuntimeTypeInfo>
protected static class RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl
extends Object
implements RuntimeTypeInfo
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.RuntimeTypeInfo
RuntimeTypeInfo.Builder, RuntimeTypeInfo.BuilderBase<BUILDER extends RuntimeTypeInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends RuntimeTypeInfo> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRuntimeTypeInfoImpl(RuntimeTypeInfo.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
RuntimeTypeInfoImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
factoryMethod
Description copied from interface:RuntimeTypeInfoFactory method. If not defined, we expect the builder to build the correct type.- Specified by:
factoryMethodin interfaceRuntimeTypeInfo- Returns:
- the factory method if present
-
optionBuilder
Description copied from interface:RuntimeTypeInfoBuilder information associated with this factory method.- Specified by:
optionBuilderin interfaceRuntimeTypeInfo- Returns:
- builder information
-
toString
-
equals
-
hashCode
public int hashCode()
-