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:
javax.lang.model.util.Elements,ElementUtils
public class JavacElementUtilsDecorator extends AbstractElementUtilsDecorator
-
-
Constructor Summary
Constructors Constructor Description JavacElementUtilsDecorator(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.element.TypeElement mapperElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.lang.model.element.TypeElementreplaceTypeElementIfNecessary(javax.lang.model.element.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
-
-
-
-
Method Detail
-
replaceTypeElementIfNecessary
protected javax.lang.model.element.TypeElement replaceTypeElementIfNecessary(javax.lang.model.element.TypeElement element)
- Specified by:
replaceTypeElementIfNecessaryin classAbstractElementUtilsDecorator
-
-