Class MappingBuilderContext

java.lang.Object
org.mapstruct.ap.internal.model.MappingBuilderContext

public class MappingBuilderContext extends Object
This class provides the context for the builders.

The context provides:

  • Input for the building process, such as the source model (mapping methods found) and mapper references.
  • Required factory, utility, reporting methods for building the mappings.
  • Means to harbor results produced by the builders, such as forged- and supported mapping methods that should be generated in a later stage.
Author:
Sjaak Derksen