Package org.mapstruct.ap.internal.util
Class JavacElementUtilsDecorator
- java.lang.Object
-
- org.mapstruct.ap.internal.util.AbstractElementUtilsDecorator
-
- org.mapstruct.ap.internal.util.JavacElementUtilsDecorator
-
- All Implemented Interfaces:
Elements
,ElementUtils
public class JavacElementUtilsDecorator extends AbstractElementUtilsDecorator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.lang.model.util.Elements
Elements.Origin
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypeElement
replaceTypeElementIfNecessary(TypeElement element)
-
Methods inherited from class org.mapstruct.ap.internal.util.AbstractElementUtilsDecorator
getAllAnnotationMirrors, getAllEnclosedExecutableElements, getAllEnclosedFields, getAllMembers, getBinaryName, getConstantExpression, getDocComment, getElementValuesWithDefaults, getName, getPackageElement, getPackageOf, getTypeElement, hides, isDeprecated, isFunctionalInterface, overrides, printElements
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.lang.model.util.Elements
getAllModuleElements, getAllPackageElements, getAllTypeElements, getModuleElement, getModuleOf, getOrigin, getOrigin, getOrigin, getPackageElement, getTypeElement, isBridge
-
-
-
-
Method Detail
-
replaceTypeElementIfNecessary
protected TypeElement replaceTypeElementIfNecessary(TypeElement element)
- Specified by:
replaceTypeElementIfNecessary
in classAbstractElementUtilsDecorator
-
-