Package org.modelmapper.spi
package org.modelmapper.spi
Service Provider Interface
-
ClassDescriptionConditionalConverter<S,
D> Conditionally converts matching source objects to instances of destination typeD
.A mapping of a source constant to a destination property hierarchy.DestinationSetter<D,V> Represents an operation for setting a value into destinationAn error message.Mapping to a destination property hierarchy.MappingContext<S,D> Maintains context during the mapping of a source object of typeS
to a destination object of typeD
.Engine that performs mapping operations.Identifies source to destination property matches by comparing source and destination type, property and property type names.Nameable types.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.Encapsulates information for a property.A mapping of a source property hierarchy to a destination property hierarchy.Encapsulates property name information to be use for determining whether a hierarchy of source and destination properties match.Property type.SourceGetter<S>Represents an operation for getting an property from sourceA mapping of a source object to a destination property hierarchy.Represents tokens of a propertyTypeSafeSourceGetter<S,P> Represents an operation for getting a property from sourceValueReader<T>Reads values from a source.A member of a given sourceValueWriter<T>Writes values to a destination.A member of a given destination