Package lombok.mapstruct
Class NotifierHider.AstModificationNotifier
java.lang.Object
lombok.mapstruct.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
-
Constructor Summary
Constructors Constructor Description AstModificationNotifier() -
Method Summary
Modifier and Type Method Description booleanisTypeComplete(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 Details
-
AstModificationNotifier
public AstModificationNotifier()
-
-
Method Details
-
isTypeComplete
public boolean isTypeComplete(javax.lang.model.type.TypeMirror type)- Specified by:
isTypeCompletein interfaceorg.mapstruct.ap.spi.AstModifyingAnnotationProcessor
-