org.oddjob.beancmpr.matchables
Interface MatchableFactory<T>

Type Parameters:
T - The type of object.
All Known Implementing Classes:
BeanMatchableFactory

public interface MatchableFactory<T>

Creates a Matchable out of an object.

Author:
rob

Method Summary
 Matchable createMatchable(T object)
          Create a Matchable.
 

Method Detail

createMatchable

Matchable createMatchable(T object)
Create a Matchable.

Parameters:
object -
Returns:
The Matchable. Will be null if the object is null.


Copyright © 2013. All Rights Reserved.