ma.glasnost.orika.impl.generator.specification
Class ApplyRegisteredMapper
java.lang.Object
ma.glasnost.orika.impl.generator.specification.AbstractSpecification
ma.glasnost.orika.impl.generator.specification.ObjectToObject
ma.glasnost.orika.impl.generator.specification.ApplyRegisteredMapper
- All Implemented Interfaces:
- Specification
public class ApplyRegisteredMapper
- extends ObjectToObject
|
Method Summary |
boolean |
appliesTo(FieldMap fieldMap)
Tests whether this Specification applies to the specified MappedTypePair |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplyRegisteredMapper
public ApplyRegisteredMapper()
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.