public abstract class AbstractMappingStrategy extends Object implements MappingStrategy
MappingStrategy.Key| Modifier and Type | Field and Description |
|---|---|
protected Type<Object> |
destinationType
The destination type mapped by this strategy
|
protected Type<Object> |
sourceType
The source type mapped by this strategy
|
| Constructor and Description |
|---|
AbstractMappingStrategy(Type<Object> sourceType,
Type<Object> destinationType) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
describeMembers(Map<String,Object> members) |
Type<Object> |
getAType() |
Type<Object> |
getBType() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmappublic Type<Object> getAType()
getAType in interface MappedTypePair<Object,Object>public Type<Object> getBType()
getBType in interface MappedTypePair<Object,Object>Copyright © 2019 Glasnost. All rights reserved.