ma.glasnost.orika.test.extensibility
Class ClassMapBuilderExtensibilityTestCase.ExtendedClassMapBuilder<A,B>

java.lang.Object
  extended by ma.glasnost.orika.metadata.ClassMapBuilder<A,B>
      extended by ma.glasnost.orika.test.extensibility.ClassMapBuilderExtensibilityTestCase.ExtendedClassMapBuilder<A,B>
All Implemented Interfaces:
MappedTypePair<A,B>
Enclosing class:
ClassMapBuilderExtensibilityTestCase

public static class ClassMapBuilderExtensibilityTestCase.ExtendedClassMapBuilder<A,B>
extends ClassMapBuilder<A,B>


Nested Class Summary
static class ClassMapBuilderExtensibilityTestCase.ExtendedClassMapBuilder.Factory
           
 
Constructor Summary
protected ClassMapBuilderExtensibilityTestCase.ExtendedClassMapBuilder(Type<A> aType, Type<B> bType, MapperFactory mapperFactory, PropertyResolverStrategy propertyResolver, DefaultFieldMapper[] defaults)
           
 
Method Summary
 ClassMapBuilder<A,B> byDefault(DefaultFieldMapper... withDefaults)
           
 
Methods inherited from class ma.glasnost.orika.metadata.ClassMapBuilder
addFieldMap, byDefault, byDefault, constructorA, constructorB, customize, customize, describeClassMap, exclude, field, field, field, field, field, field, field, fieldAToB, fieldBToA, fieldMap, fieldMap, fieldMap, fieldMap, fieldMap, fieldMap, fieldMap, fieldMap, fieldMap, fieldMap, getAType, getBType, getDefaultFieldMappers, getMappedFields, getMappedPropertiesForTypeA, getMappedPropertiesForTypeB, getPropertiesForTypeA, getPropertiesForTypeB, getPropertyResolver, isNestedPropertyExpression, map, map, map, map, mapNulls, mapNullsInReverse, register, resolveProperty, resolvePropertyForA, resolvePropertyForB, toClassMap, toString, use, use
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassMapBuilderExtensibilityTestCase.ExtendedClassMapBuilder

protected ClassMapBuilderExtensibilityTestCase.ExtendedClassMapBuilder(Type<A> aType,
                                                                       Type<B> bType,
                                                                       MapperFactory mapperFactory,
                                                                       PropertyResolverStrategy propertyResolver,
                                                                       DefaultFieldMapper[] defaults)
Method Detail

byDefault

public ClassMapBuilder<A,B> byDefault(DefaultFieldMapper... withDefaults)
Overrides:
byDefault in class ClassMapBuilder<A,B>


Copyright © 2012 Glasnost. All Rights Reserved.