Uses of Interface
org.modelmapper.spi.PropertyInfo
-
Packages that use PropertyInfo Package Description org.modelmapper ModelMapper is an intelligent object mapping library.org.modelmapper.spi Service Provider Interface -
-
Uses of PropertyInfo in org.modelmapper
Methods in org.modelmapper that return types with arguments of type PropertyInfo Modifier and Type Method Description List<PropertyInfo>
TypeMap. getUnmappedProperties()
Returns a snapshot list of destination properties that do not have mappings defined, else empty list if all destination properties are mapped. -
Uses of PropertyInfo in org.modelmapper.spi
Methods in org.modelmapper.spi that return PropertyInfo Modifier and Type Method Description PropertyInfo
Mapping. getLastDestinationProperty()
Gets the last property info in the destination properties hierarchy.PropertyInfo
PropertyMapping. getLastSourceProperty()
Gets the last member info in the source members hierarchy.Methods in org.modelmapper.spi that return types with arguments of type PropertyInfo Modifier and Type Method Description List<? extends PropertyInfo>
Mapping. getDestinationProperties()
Get the hierarchy of destination property info.List<PropertyInfo>
PropertyNameInfo. getDestinationProperties()
Returns the destination properties.List<? extends PropertyInfo>
PropertyMapping. getSourceProperties()
Get the hierarchy of source properties.List<PropertyInfo>
PropertyNameInfo. getSourceProperties()
Returns the source properties.
-