Package org.mapstruct.ap.internal.util
Interface TypeUtils
-
- All Superinterfaces:
javax.lang.model.util.Types
- All Known Implementing Classes:
AbstractTypeUtilsDecorator,EclipseTypeUtilsDecorator,JavacTypeUtilsDecorator
public interface TypeUtils extends javax.lang.model.util.Types
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TypeUtilscreate(javax.annotation.processing.ProcessingEnvironment processingEnvironment, VersionInformation info)booleanisSubtypeErased(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)
-
-