Uses of Interface
org.oddjob.beancmpr.MatchDefinition

Packages that use MatchDefinition
org.oddjob.beancmpr Bean Compare is able to compare two sources of beans. 
org.oddjob.beancmpr.matchables These are the classes that actually perform the matching. 
 

Uses of MatchDefinition in org.oddjob.beancmpr
 

Classes in org.oddjob.beancmpr that implement MatchDefinition
 class SimpleMatchDefinition
          Simple definition of an MatchDefinition.
 

Uses of MatchDefinition in org.oddjob.beancmpr.matchables
 

Subinterfaces of MatchDefinition in org.oddjob.beancmpr.matchables
 interface MatchableMetaData
          Meta data that describe a Matchable.
 

Classes in org.oddjob.beancmpr.matchables that implement MatchDefinition
 class SimpleMatchableMeta
          A simple implementation of MatchableMetaData.
 

Constructors in org.oddjob.beancmpr.matchables with parameters of type MatchDefinition
BeanMatchableFactory(MatchDefinition definition, org.oddjob.arooa.reflect.PropertyAccessor accessor)
           
SimpleMatchableMeta(MatchDefinition definition, Map<String,Class<?>> types)
           
 



Copyright © 2013. All Rights Reserved.