public interface Mapping
Modifier and Type | Method and Description |
---|---|
Condition<?,?> |
getCondition()
Gets the condition that to be satisfied before this mapping can be used to perform a mapping.
|
Converter<?,?> |
getConverter()
Gets the Converter to be used when performing a mapping.
|
List<? extends PropertyInfo> |
getDestinationProperties()
Get the hierarchy of destination property info.
|
PropertyInfo |
getLastDestinationProperty()
Gets the last property info in the destination properties hierarchy.
|
String |
getPath()
Returns a string key representing the path of the destination property hierarchy.
|
Provider<?> |
getProvider()
Gets the Provider to use for providing instances of the first destination type.
|
Class<?> |
getSourceType()
Gets the source object type.
|
boolean |
isSkipped()
Returns whether the destination should be skipped when performing a mapping.
|
Condition<?,?> getCondition()
Converter<?,?> getConverter()
List<? extends PropertyInfo> getDestinationProperties()
PropertyInfo getLastDestinationProperty()
Provider<?> getProvider()
String getPath()
boolean isSkipped()
Class<?> getSourceType()
Copyright © 2011–2024. All rights reserved.