Class AbstractTypeUtilsDecorator

java.lang.Object
org.mapstruct.ap.internal.util.AbstractTypeUtilsDecorator
All Implemented Interfaces:
Types, TypeUtils
Direct Known Subclasses:
EclipseTypeUtilsDecorator, JavacTypeUtilsDecorator

public abstract class AbstractTypeUtilsDecorator extends Object implements TypeUtils
Replaces the usage of TypeUtils within MapStruct by delegating to the original implementation or to our specific workarounds if necessary.
Author:
Andreas Gudian