ma.glasnost.orika.test.extensibility
Class DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder

java.lang.Object
  extended by ma.glasnost.orika.impl.DefaultMapperFactory.MapperFactoryBuilder<DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory,DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder>
      extended by ma.glasnost.orika.test.extensibility.DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder
Enclosing class:
DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory

public static class DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder
extends DefaultMapperFactory.MapperFactoryBuilder<DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory,DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder>

We extend the builder of DefaultMapperFactory for one which can create instances of our own MapperFactory type.


Field Summary
protected  boolean traceMethodCalls
           
 
Fields inherited from class ma.glasnost.orika.impl.DefaultMapperFactory.MapperFactoryBuilder
classMapBuilderFactory, classMaps, codeGenerationStrategy, compilerStrategy, constructorResolverStrategy, converterFactory, mapNulls, propertyResolverStrategy, superTypeStrategy, unenhanceStrategy, useAutoMapping, useBuiltinConverters
 
Constructor Summary
DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder()
           
 
Method Summary
 DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory build()
           
protected  DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder self()
           
 DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder traceMethodCalls(boolean trace)
           
 
Methods inherited from class ma.glasnost.orika.impl.DefaultMapperFactory.MapperFactoryBuilder
classMapBuilderFactory, classMaps, compilerStrategy, constructorResolverStrategy, converterFactory, getCodeGenerationStrategy, mapNulls, propertyResolverStrategy, superTypeResolverStrategy, unenhanceStrategy, useAutoMapping, useBuiltinConverters, usedBuiltinConverters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

traceMethodCalls

protected boolean traceMethodCalls
Constructor Detail

DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder

public DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder()
Method Detail

self

protected DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder self()
Specified by:
self in class DefaultMapperFactory.MapperFactoryBuilder<DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory,DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder>

traceMethodCalls

public DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder traceMethodCalls(boolean trace)

build

public DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory build()
Specified by:
build in class DefaultMapperFactory.MapperFactoryBuilder<DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory,DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder>


Copyright © 2012 Glasnost. All Rights Reserved.