Package org.modelmapper.spi

Service Provider Interface

See:
          Description

Interface Summary
ConditionalConverter<S,D> Converter that converts supported source objects to instances of destination type D.
ConstantMapping A mapping of a source constant to a destination property hierarchy.
Mapping Mapping to a destination property hierarchy.
MappingContext<S,D> 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.
MatchingStrategy.PropertyNameInfo Encapsulates property name information to be use for determining whether a hierarchy of source and destination properties match.
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.
PropertyMapping A mapping of a source property hierarchy to a destination property hierarchy.
SourceMapping A mapping of a source object to a destination property hierarchy.
 

Class Summary
ErrorMessage An error message.
 

Enum Summary
NameableType Nameable types.
PropertyType Property type.
 

Package org.modelmapper.spi Description

Service Provider Interface



Copyright © 2011. All Rights Reserved.