|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectma.glasnost.orika.impl.DefaultMapperFactory
ma.glasnost.orika.test.extensibility.DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory
public static class DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory
| Nested Class Summary | |
|---|---|
static class |
DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder
We extend the builder of DefaultMapperFactory for one which can create instances of our own MapperFactory type. |
| Nested classes/interfaces inherited from class ma.glasnost.orika.impl.DefaultMapperFactory |
|---|
DefaultMapperFactory.MapperFactoryBuilder<F extends DefaultMapperFactory,B extends DefaultMapperFactory.MapperFactoryBuilder<F,B>> |
| Constructor Summary | |
|---|---|
protected |
DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory(DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder builder)
Since DefaultMapperFactory uses (some form of) the Builder pattern, we need to provide a constructor which can accept an appropriate builder and pass it to the super constructor. |
| Method Summary | |
|---|---|
MapperFacade |
getMapperFacade()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory(DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder builder)
builder - | Method Detail |
|---|
public MapperFacade getMapperFacade()
getMapperFacade in interface MapperFactorygetMapperFacade in class DefaultMapperFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||