Class NotifierHider.AstModificationNotifier

  • All Implemented Interfaces:
    org.mapstruct.ap.spi.AstModifyingAnnotationProcessor
    Enclosing class:
    NotifierHider

    public static class NotifierHider.AstModificationNotifier
    extends java.lang.Object
    implements org.mapstruct.ap.spi.AstModifyingAnnotationProcessor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isTypeComplete​(javax.lang.model.type.TypeMirror type)  
      • Methods inherited from class java.lang.Object

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

      • AstModificationNotifier

        public AstModificationNotifier()
    • Method Detail

      • isTypeComplete

        public boolean isTypeComplete​(javax.lang.model.type.TypeMirror type)
        Specified by:
        isTypeComplete in interface org.mapstruct.ap.spi.AstModifyingAnnotationProcessor