Class AnnotationValues.TypeMirrorVisitor

  • All Implemented Interfaces:
    javax.lang.model.element.AnnotationValueVisitor<javax.lang.model.type.DeclaredType,​java.lang.Void>
    Enclosing class:
    AnnotationValues

    private static final class AnnotationValues.TypeMirrorVisitor
    extends AnnotationValues.DefaultVisitor<javax.lang.model.type.DeclaredType>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.lang.model.type.DeclaredType visitType​(javax.lang.model.type.TypeMirror value, java.lang.Void unused)  
      • Methods inherited from class javax.lang.model.util.SimpleAnnotationValueVisitor6

        visitAnnotation, visitArray, visitBoolean, visitByte, visitChar, visitDouble, visitEnumConstant, visitFloat, visitInt, visitLong, visitShort, visitString
      • Methods inherited from class javax.lang.model.util.AbstractAnnotationValueVisitor6

        visit, visit, visitUnknown
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeMirrorVisitor

        TypeMirrorVisitor()
    • Method Detail

      • visitType

        public javax.lang.model.type.DeclaredType visitType​(javax.lang.model.type.TypeMirror value,
                                                            java.lang.Void unused)
        Specified by:
        visitType in interface javax.lang.model.element.AnnotationValueVisitor<javax.lang.model.type.DeclaredType,​java.lang.Void>
        Overrides:
        visitType in class javax.lang.model.util.SimpleAnnotationValueVisitor6<javax.lang.model.type.DeclaredType,​java.lang.Void>