Uses of Interface
org.modelmapper.spi.PropertyNameInfo
-
Packages that use PropertyNameInfo Package Description org.modelmapper.spi Service Provider Interface -
-
Uses of PropertyNameInfo in org.modelmapper.spi
Methods in org.modelmapper.spi with parameters of type PropertyNameInfo Modifier and Type Method Description boolean
MatchingStrategy. matches(PropertyNameInfo propertyNameInfo)
Determines whether the data contained in thepropertyNameInfo
represents a source to destination match.
-