net.sf.json.processors
Class JsonBeanProcessorMatcher
java.lang.Object
net.sf.json.processors.JsonBeanProcessorMatcher
public abstract class JsonBeanProcessorMatcher
- extends Object
Base class for finding a matching JsonBeanProcessor.
- DEFAULT - matches the target class with equals().
- Author:
- Andres Almiray
Method Summary |
abstract Object |
getMatch(Class target,
Set set)
Returns the matching class calculated with the target class and the
provided set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final JsonBeanProcessorMatcher DEFAULT
- Matches the target with equals()
JsonBeanProcessorMatcher
public JsonBeanProcessorMatcher()
getMatch
public abstract Object getMatch(Class target,
Set set)
- Returns the matching class calculated with the target class and the
provided set.
- Parameters:
target
- the target class to matchset
- a set of possible matches