Class AbstractElementUtilsDecorator

java.lang.Object
org.mapstruct.ap.internal.util.AbstractElementUtilsDecorator
All Implemented Interfaces:
Elements, ElementUtils
Direct Known Subclasses:
EclipseElementUtilsDecorator, JavacElementUtilsDecorator

public abstract class AbstractElementUtilsDecorator extends Object implements ElementUtils
MapStruct specific abstract implementation of ElementUtils. This allows us to provide different implementations for different compilers and / or to allow us for easier implementation of using the module system.