Class NamedGem.BuilderImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.lang.model.element.AnnotationMirror mirror  
      private org.mapstruct.tools.gem.GemValue<java.lang.String> value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BuilderImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NamedGem build()
      The build method can be overriden in a custom custom implementation, which allows the user to define his own custom validation on the annotation.
      NamedGem.Builder setMirror​(javax.lang.model.element.AnnotationMirror mirror)
      Sets the annotation mirror
      NamedGem.Builder setValue​(org.mapstruct.tools.gem.GemValue<java.lang.String> value)
      Sets the GemValue for NamedGem.value
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait