Class AutoAnnotationProcessor.Parameter

  • Enclosing class:
    AutoAnnotationProcessor

    public static class AutoAnnotationProcessor.Parameter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.lang.model.type.TypeKind kind  
      private java.lang.String typeName  
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameter​(javax.lang.model.type.TypeMirror type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.lang.model.type.TypeKind getKind()  
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

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

      • typeName

        private final java.lang.String typeName
      • kind

        private final javax.lang.model.type.TypeKind kind
    • Constructor Detail

      • Parameter

        Parameter​(javax.lang.model.type.TypeMirror type)
    • Method Detail

      • getType

        public java.lang.String getType()
      • getKind

        public javax.lang.model.type.TypeKind getKind()