Uses of Interface
org.modelmapper.spi.MatchingStrategy

Packages that use MatchingStrategy
org.modelmapper.config Configuration types 
org.modelmapper.convention Conventions 
org.modelmapper.internal ModelMapper internals. 
 

Uses of MatchingStrategy in org.modelmapper.config
 

Methods in org.modelmapper.config that return MatchingStrategy
 MatchingStrategy Configuration.getMatchingStrategy()
          Gets the matching strategy.
 

Methods in org.modelmapper.config with parameters of type MatchingStrategy
 Configuration Configuration.setMatchingStrategy(MatchingStrategy matchingStrategy)
          Sets the strategy used to match source properties to destination properties.
 

Uses of MatchingStrategy in org.modelmapper.convention
 

Fields in org.modelmapper.convention declared as MatchingStrategy
static MatchingStrategy MatchingStrategies.LOOSE
          A matching strategy that allows for source properties to be loosely matched to destination properties by requiring that only the last destination property in a hierarchy be matched.
static MatchingStrategy MatchingStrategies.STANDARD
          A matching strategy that allows for source properties to be intelligently matched to destination properties, requiring that all destination properties be matched and all source property names have at least one token matched.
 

Uses of MatchingStrategy in org.modelmapper.internal
 

Methods in org.modelmapper.internal that return MatchingStrategy
 MatchingStrategy InheritingConfiguration.getMatchingStrategy()
           
 

Methods in org.modelmapper.internal with parameters of type MatchingStrategy
 Configuration InheritingConfiguration.setMatchingStrategy(MatchingStrategy matchingStrategy)
           
 



Copyright © 2011. All Rights Reserved.