Package org.mapstruct.ap.internal.util
Interface TypeUtils
-
- All Superinterfaces:
Types
- All Known Implementing Classes:
AbstractTypeUtilsDecorator
,EclipseTypeUtilsDecorator
,JavacTypeUtilsDecorator
public interface TypeUtils extends Types
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TypeUtils
create(ProcessingEnvironment processingEnvironment, VersionInformation info)
boolean
isSubtypeErased(TypeMirror t1, 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(ProcessingEnvironment processingEnvironment, VersionInformation info)
-
isSubtypeErased
boolean isSubtypeErased(TypeMirror t1, TypeMirror t2)
-
-