Uses of Interface
org.modelmapper.spi.PropertyInfo
Packages that use PropertyInfo
Package
Description
ModelMapper is an intelligent object mapping library.
Service Provider Interface
-
Uses of PropertyInfo in org.modelmapper
Methods in org.modelmapper that return types with arguments of type PropertyInfoModifier and TypeMethodDescriptionTypeMap.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 PropertyInfoModifier and TypeMethodDescriptionMapping.getLastDestinationProperty()Gets the last property info in the destination properties hierarchy.PropertyMapping.getLastSourceProperty()Gets the last member info in the source members hierarchy.Methods in org.modelmapper.spi that return types with arguments of type PropertyInfoModifier and TypeMethodDescriptionList<? extends PropertyInfo>Mapping.getDestinationProperties()Get the hierarchy of destination property info.PropertyNameInfo.getDestinationProperties()Returns the destination properties.List<? extends PropertyInfo>PropertyMapping.getSourceProperties()Get the hierarchy of source properties.PropertyNameInfo.getSourceProperties()Returns the source properties.