Uses of Package
org.modelmapper.spi
-
Packages that use org.modelmapper.spi Package Description org.modelmapper ModelMapper is an intelligent object mapping library.org.modelmapper.builder Expression types for building Mappings and TypeMapsorg.modelmapper.config Configuration typesorg.modelmapper.convention Conventionsorg.modelmapper.spi Service Provider Interface -
Classes in org.modelmapper.spi used by org.modelmapper Class Description DestinationSetter Represents an operation for setting a value into destinationErrorMessage An error message.Mapping Mapping to a destination property hierarchy.MappingContext Maintains context during the mapping of a source object of typeS
to a destination object of typeD
.PropertyInfo Encapsulates information for a property.SourceGetter Represents an operation for getting an property from sourceTypeSafeSourceGetter Represents an operation for getting an property from source -
Classes in org.modelmapper.spi used by org.modelmapper.builder Class Description DestinationSetter Represents an operation for setting a value into destinationSourceGetter Represents an operation for getting an property from source -
Classes in org.modelmapper.spi used by org.modelmapper.config Class Description ConditionalConverter Conditionally converts matching source objects to instances of destination typeD
.MatchingStrategy Identifies source to destination property matches by comparing source and destination type, property and property type names.NameTokenizer Tokenizes property and class names prior to matching.NameTransformer Transforms eligible property and class names prior to matching.NamingConvention Determines which properties are eligible for matching based on their name.ValueReader Reads values from a source.ValueWriter Writes values to a destination. -
Classes in org.modelmapper.spi used by org.modelmapper.convention Class Description MatchingStrategy Identifies source to destination property matches by comparing source and destination type, property and property type names.NameTokenizer Tokenizes property and class names prior to matching.NameTransformer Transforms eligible property and class names prior to matching.NamingConvention Determines which properties are eligible for matching based on their name. -
Classes in org.modelmapper.spi used by org.modelmapper.spi Class Description ConditionalConverter Conditionally converts matching source objects to instances of destination typeD
.ConditionalConverter.MatchResult Mapping Mapping to a destination property hierarchy.MappingContext Maintains context during the mapping of a source object of typeS
to a destination object of typeD
.MappingEngine Engine that performs mapping operations.NameableType Nameable types.PropertyInfo Encapsulates information for a property.PropertyNameInfo Encapsulates property name information to be use for determining whether a hierarchy of source and destination properties match.PropertyType Property type.Tokens Represents tokens of a propertyTypeSafeSourceGetter Represents an operation for getting an property from sourceValueReader.Member A member of a given sourceValueWriter.Member A member of a given destination