Class ModelElement.BuilderBase.ModelElementImpl

java.lang.Object
io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase.ModelElementImpl
All Implemented Interfaces:
Prototype.Api, ModelElement
Direct Known Subclasses:
HttpAnnotated.BuilderBase.HttpAnnotatedImpl, RestMethodParameter.BuilderBase.RestMethodParameterImpl
Enclosing class:
ModelElement.BuilderBase<BUILDER extends ModelElement.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends ModelElement>

protected static class ModelElement.BuilderBase.ModelElementImpl extends Object implements ModelElement
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • ModelElementImpl

      protected ModelElementImpl(ModelElement.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details