Uses of Interface
org.oddjob.beancmpr.matchables.MatchableMetaData

Packages that use MatchableMetaData
org.oddjob.beancmpr.matchables These are the classes that actually perform the matching. 
 

Uses of MatchableMetaData in org.oddjob.beancmpr.matchables
 

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

Methods in org.oddjob.beancmpr.matchables that return MatchableMetaData
 MatchableMetaData SimpleMatchable.getMetaData()
           
 MatchableMetaData Matchable.getMetaData()
          Get the meta data that describe this matchable.
 

Constructors in org.oddjob.beancmpr.matchables with parameters of type MatchableMetaData
SimpleMatchable(List<? extends Comparable<?>> keys, List<?> values, List<?> others, MatchableMetaData metaData)
          Only Constructor.
 



Copyright © 2013. All Rights Reserved.