Uses of Interface
org.mapstruct.ap.spi.AstModifyingAnnotationProcessor
-
Packages that use AstModifyingAnnotationProcessor Package Description org.mapstruct.ap.internal.util Several helper types dealing with collection types, option management etc. -
-
Uses of AstModifyingAnnotationProcessor in org.mapstruct.ap.internal.util
Fields in org.mapstruct.ap.internal.util with type parameters of type AstModifyingAnnotationProcessor Modifier and Type Field Description private java.util.List<AstModifyingAnnotationProcessor>AnnotationProcessorContext. astModifyingAnnotationProcessorsprivate java.util.Iterator<AstModifyingAnnotationProcessor>AnnotationProcessorContext.FaultyDelegatingIterator. delegateMethods in org.mapstruct.ap.internal.util that return AstModifyingAnnotationProcessor Modifier and Type Method Description AstModifyingAnnotationProcessorAnnotationProcessorContext.FaultyDelegatingIterator. next()Methods in org.mapstruct.ap.internal.util that return types with arguments of type AstModifyingAnnotationProcessor Modifier and Type Method Description private static java.util.List<AstModifyingAnnotationProcessor>AnnotationProcessorContext. findAstModifyingAnnotationProcessors(javax.annotation.processing.Messager messager)java.util.List<AstModifyingAnnotationProcessor>AnnotationProcessorContext. getAstModifyingAnnotationProcessors()Constructor parameters in org.mapstruct.ap.internal.util with type arguments of type AstModifyingAnnotationProcessor Constructor Description FaultyDelegatingIterator(javax.annotation.processing.Messager messager, java.util.Iterator<AstModifyingAnnotationProcessor> delegate)
-