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 void
DefaultMojoAnnotationsScanner. 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 MojoAnnotationVisitor
MojoFieldVisitor. mojoAnnotationVisitor
Fields 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. annotationVisitorMap
Methods in org.apache.maven.tools.plugin.extractor.annotations.scanner.visitors that return MojoAnnotationVisitor Modifier and Type Method Description MojoAnnotationVisitor
MojoClassVisitor. getAnnotationVisitor(java.lang.Class<?> annotation)
MojoAnnotationVisitor
MojoFieldVisitor. 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 void
MojoClassVisitor. setAnnotationVisitorMap(java.util.Map<java.lang.String,MojoAnnotationVisitor> annotationVisitorMap)
-