Uses of Class
org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors.MojoAnnotationVisitor
-
Packages that use MojoAnnotationVisitor Package Description org.apache.maven.tools.plugin.extractor.annotations.scanner org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors -
-
Uses of MojoAnnotationVisitor in org.apache.maven.tools.plugin.extractor.annotations.scanner
Methods in org.apache.maven.tools.plugin.extractor.annotations.scanner with parameters of type MojoAnnotationVisitor Modifier and Type Method Description protected voidDefaultMojoAnnotationsScanner. populateAnnotationContent(java.lang.Object content, MojoAnnotationVisitor mojoAnnotationVisitor) -
Uses of MojoAnnotationVisitor in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors
Fields in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors declared as MojoAnnotationVisitor Modifier and Type Field Description private MojoAnnotationVisitorMojoFieldVisitor. mojoAnnotationVisitorFields in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors with type parameters of type MojoAnnotationVisitor Modifier and Type Field Description private java.util.Map<java.lang.String,MojoAnnotationVisitor>MojoClassVisitor. annotationVisitorMapMethods in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors that return MojoAnnotationVisitor Modifier and Type Method Description MojoAnnotationVisitorMojoClassVisitor. getAnnotationVisitor(java.lang.Class<?> annotation)MojoAnnotationVisitorMojoFieldVisitor. getMojoAnnotationVisitor()Methods in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors that return types with arguments of type MojoAnnotationVisitor Modifier and Type Method Description java.util.Map<java.lang.String,MojoAnnotationVisitor>MojoClassVisitor. getAnnotationVisitorMap()Method parameters in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors with type arguments of type MojoAnnotationVisitor Modifier and Type Method Description voidMojoClassVisitor. setAnnotationVisitorMap(java.util.Map<java.lang.String,MojoAnnotationVisitor> annotationVisitorMap)
-