ma.glasnost.orika.impl.generator.specification
Class ApplyRegisteredMapper

java.lang.Object
  extended by ma.glasnost.orika.impl.generator.specification.AbstractSpecification
      extended by ma.glasnost.orika.impl.generator.specification.ObjectToObject
          extended by ma.glasnost.orika.impl.generator.specification.ApplyRegisteredMapper
All Implemented Interfaces:
Specification

public class ApplyRegisteredMapper
extends ObjectToObject


Field Summary
 
Fields inherited from class ma.glasnost.orika.impl.generator.specification.AbstractSpecification
mapperFactory
 
Constructor Summary
ApplyRegisteredMapper()
           
 
Method Summary
 boolean appliesTo(FieldMap fieldMap)
          Tests whether this Specification applies to the specified MappedTypePair
 
Methods inherited from class ma.glasnost.orika.impl.generator.specification.ObjectToObject
generateEqualityTestCode, generateMappingCode
 
Methods inherited from class ma.glasnost.orika.impl.generator.specification.AbstractSpecification
generateEqualityTestCode, setMapperFactory, shouldMapNulls
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplyRegisteredMapper

public ApplyRegisteredMapper()
Method Detail

appliesTo

public boolean appliesTo(FieldMap fieldMap)
Description copied from interface: Specification
Tests whether this Specification applies to the specified MappedTypePair

Specified by:
appliesTo in interface Specification
Overrides:
appliesTo in class ObjectToObject
Returns:
true if this specification applies to the given MappedTypePair


Copyright © 2013 Glasnost. All Rights Reserved.