org.oddjob.beancmpr.matchables
Class BeanMatchableFactory
java.lang.Object
org.oddjob.beancmpr.matchables.BeanMatchableFactory
- All Implemented Interfaces:
- MatchableFactory<Object>
public class BeanMatchableFactory
- extends Object
- implements MatchableFactory<Object>
A MatchableFactory
that creates Matchable
s from beans.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanMatchableFactory
public BeanMatchableFactory(MatchDefinition definition,
org.oddjob.arooa.reflect.PropertyAccessor accessor)
createMatchable
public Matchable createMatchable(Object bean)
- Description copied from interface:
MatchableFactory
- Create a Matchable.
- Specified by:
createMatchable
in interface MatchableFactory<Object>
- Returns:
- The Matchable. Will be null if the object is null.
Copyright © 2013. All Rights Reserved.