Uses of Package
org.modelmapper.spi
Packages that use org.modelmapper.spi
Package
Description
ModelMapper is an intelligent object mapping library.
Expression types for building Mappings and TypeMaps
Configuration types
Conventions
Service Provider Interface
-
Classes in org.modelmapper.spi used by org.modelmapperClassDescriptionRepresents an operation for setting a value into destinationAn error message.Mapping to a destination property hierarchy.Maintains context during the mapping of a source object of type
S
to a destination object of typeD
.Encapsulates information for a property.Represents an operation for getting an property from sourceRepresents an operation for getting a property from source -
Classes in org.modelmapper.spi used by org.modelmapper.builderClassDescriptionRepresents an operation for setting a value into destinationRepresents an operation for getting an property from source
-
Classes in org.modelmapper.spi used by org.modelmapper.configClassDescriptionConditionally converts matching source objects to instances of destination type
D
.Identifies source to destination property matches by comparing source and destination type, property and property type names.Tokenizes property and class names prior to matching.Transforms eligible property and class names prior to matching.Determines which properties are eligible for matching based on their name.Reads values from a source.Writes values to a destination. -
Classes in org.modelmapper.spi used by org.modelmapper.conventionClassDescriptionIdentifies source to destination property matches by comparing source and destination type, property and property type names.Tokenizes property and class names prior to matching.Transforms eligible property and class names prior to matching.Determines which properties are eligible for matching based on their name.
-
Classes in org.modelmapper.spi used by org.modelmapper.spiClassDescriptionConditionally converts matching source objects to instances of destination type
D
.Mapping to a destination property hierarchy.Maintains context during the mapping of a source object of typeS
to a destination object of typeD
.Engine that performs mapping operations.Nameable types.Encapsulates information for a property.Encapsulates property name information to be use for determining whether a hierarchy of source and destination properties match.Property type.Represents tokens of a propertyRepresents an operation for getting a property from sourceA member of a given sourceA member of a given destination