Package org.mapstruct.ap.internal.util
Class EclipseTypeUtilsDecorator
- java.lang.Object
-
- org.mapstruct.ap.internal.util.AbstractTypeUtilsDecorator
-
- org.mapstruct.ap.internal.util.EclipseTypeUtilsDecorator
-
- All Implemented Interfaces:
javax.lang.model.util.Types,TypeUtils
public class EclipseTypeUtilsDecorator extends AbstractTypeUtilsDecorator
-
-
Field Summary
Fields Modifier and Type Field Description private javax.lang.model.util.Typesdelegate
-
Constructor Summary
Constructors Constructor Description EclipseTypeUtilsDecorator(javax.annotation.processing.ProcessingEnvironment processingEnv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(javax.lang.model.type.TypeMirror t1, javax.lang.model.type.TypeMirror t2)private booleancontainsType(javax.lang.model.type.TypeMirror t1, javax.lang.model.type.TypeMirror t2)-
Methods inherited from class org.mapstruct.ap.internal.util.AbstractTypeUtilsDecorator
asElement, asMemberOf, boxedClass, capture, directSupertypes, erasure, getArrayType, getDeclaredType, getDeclaredType, getNoType, getNullType, getPrimitiveType, getWildcardType, isAssignable, isSameType, isSubsignature, isSubtype, isSubtypeErased, unboxedType
-
-
-
-
Method Detail
-
contains
public boolean contains(javax.lang.model.type.TypeMirror t1, javax.lang.model.type.TypeMirror t2)- Specified by:
containsin interfacejavax.lang.model.util.Types- Overrides:
containsin classAbstractTypeUtilsDecorator
-
containsType
private boolean containsType(javax.lang.model.type.TypeMirror t1, javax.lang.model.type.TypeMirror t2)
-
-