All Known Implementing Classes:
MojoFieldVisitor, MojoMethodVisitor

public interface MojoParameterVisitor
Common interface for field and method visitors.
  • Method Details

    • getFieldName

      String getFieldName()
    • getClassName

      String getClassName()
    • getTypeParameters

      List<String> getTypeParameters()
    • getAnnotationVisitorMap

      Map<String,MojoAnnotationVisitor> getAnnotationVisitorMap()
    • isAnnotationOnMethod

      boolean isAnnotationOnMethod()