Interface TypeUtils

    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      static TypeUtils create​(javax.annotation.processing.ProcessingEnvironment processingEnvironment, VersionInformation info)  
      boolean isSubtypeErased​(javax.lang.model.type.TypeMirror t1, javax.lang.model.type.TypeMirror t2)  
      • Methods inherited from interface javax.lang.model.util.Types

        asElement, asMemberOf, boxedClass, capture, contains, directSupertypes, erasure, getArrayType, getDeclaredType, getDeclaredType, getNoType, getNullType, getPrimitiveType, getWildcardType, isAssignable, isSameType, isSubsignature, isSubtype, unboxedType
    • Method Detail

      • create

        static TypeUtils create​(javax.annotation.processing.ProcessingEnvironment processingEnvironment,
                                VersionInformation info)
      • isSubtypeErased

        boolean isSubtypeErased​(javax.lang.model.type.TypeMirror t1,
                                javax.lang.model.type.TypeMirror t2)