Class AttributeBuilderThirdPartyModel

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract javax.lang.model.element.ExecutableElement builderMethod()  
      protected abstract javax.lang.model.element.TypeElement builderType()  
      protected abstract javax.lang.model.element.ExecutableElement buildMethod()  
      protected abstract javax.lang.model.element.ExecutableElement copyMethod()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttributeBuilderThirdPartyModel

        AttributeBuilderThirdPartyModel()
    • Method Detail

      • buildMethod

        protected abstract javax.lang.model.element.ExecutableElement buildMethod()
      • copyMethod

        protected abstract javax.lang.model.element.ExecutableElement copyMethod()
      • builderMethod

        protected abstract javax.lang.model.element.ExecutableElement builderMethod()
      • builderType

        protected abstract javax.lang.model.element.TypeElement builderType()