Uses of Package
org.modelmapper.spi

Packages that use org.modelmapper.spi
org.modelmapper ModelMapper is an intelligent object mapping library. 
org.modelmapper.config Configuration types 
org.modelmapper.convention Conventions 
org.modelmapper.internal ModelMapper internals. 
org.modelmapper.internal.converter   
org.modelmapper.internal.util   
org.modelmapper.spi Service Provider Interface 
 

Classes in org.modelmapper.spi used by org.modelmapper
ErrorMessage
          An error message.
Mapping
          Mapping to a destination property hierarchy.
MappingContext
          Maintains context during the mapping of a source object of type S to a destination object of type D.
PropertyInfo
          Encapsulates information for a property.
 

Classes in org.modelmapper.spi used by org.modelmapper.config
ConditionalConverter
          Converter that converts supported source objects to instances of destination type D.
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.convention
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.internal
ConditionalConverter
          Converter that converts supported source objects to instances of destination type D.
ErrorMessage
          An error message.
Mapping
          Mapping to a destination property hierarchy.
MappingContext
          Maintains context during the mapping of a source object of type S to a destination object of type D.
MappingEngine
          Engine that performs mapping operations.
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.
PropertyInfo
          Encapsulates information for a property.
 

Classes in org.modelmapper.spi used by org.modelmapper.internal.converter
ConditionalConverter
          Converter that converts supported source objects to instances of destination type D.
 

Classes in org.modelmapper.spi used by org.modelmapper.internal.util
PropertyInfo
          Encapsulates information for a property.
 

Classes in org.modelmapper.spi used by org.modelmapper.spi
Mapping
          Mapping to a destination property hierarchy.
MappingContext
          Maintains context during the mapping of a source object of type S to a destination object of type D.
MappingEngine
          Engine that performs mapping operations.
MatchingStrategy.PropertyNameInfo
          Encapsulates property name information to be use for determining whether a hierarchy of source and destination properties match.
NameableType
          Nameable types.
PropertyInfo
          Encapsulates information for a property.
PropertyType
          Property type.
 



Copyright © 2011. All Rights Reserved.