Class MappingResolverImpl

java.lang.Object
org.mapstruct.ap.internal.processor.creation.MappingResolverImpl
All Implemented Interfaces:
MappingBuilderContext.MappingResolver

public class MappingResolverImpl extends Object implements MappingBuilderContext.MappingResolver
The one and only implementation of MappingBuilderContext.MappingResolver. The class has been split into an interface an implementation for the sake of avoiding package dependencies. Specifically, this implementation refers to classes which should not be exposed to the model package.
Author:
Sjaak Derksen