public interface MatchingStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExact()
Indicates whether the matching strategy determines exact matches that are guaranteed not to be
ambiguous with any other source and destination properties in the object graph.
|
boolean |
matches(PropertyNameInfo propertyNameInfo)
Determines whether the data contained in the
propertyNameInfo represents a source to
destination match. |
boolean isExact()
boolean matches(PropertyNameInfo propertyNameInfo)
propertyNameInfo represents a source to
destination match.propertyNameInfo - to match againstpropertyNameInfo represents a match else falseCopyright © 2011–2018. All rights reserved.