Class TypeUtil


  • final class TypeUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TypeUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean isOption​(javax.lang.model.type.DeclaredType annotationType)  
      (package private) static boolean isParameter​(javax.lang.model.type.DeclaredType annotationType)  
      • Methods inherited from class java.lang.Object

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

      • TypeUtil

        private TypeUtil()
    • Method Detail

      • isOption

        static boolean isOption​(javax.lang.model.type.DeclaredType annotationType)
      • isParameter

        static boolean isParameter​(javax.lang.model.type.DeclaredType annotationType)