public interface MapperMediator
FixtureMapper.
Generally, FixtureMapper has a FixtureConverter and FixtureConverter has a FixtureMapper.
MapperMediator solves circular reference problem between FixtureMapper and FixtureConverter.| Modifier and Type | Method and Description |
|---|---|
FixtureConverter |
getFixtureConverter()
Get FixtureConverter
|
FixtureMapper |
getFixtureMapper()
Get FixtureMapper
|
FixtureMapper getFixtureMapper()
FixtureConverter getFixtureConverter()
Copyright © 2018. All rights reserved.