net.sf.json.processors
public abstract class JsonBeanProcessorMatcher extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static JsonBeanProcessorMatcher |
DEFAULT
Macthes the target with equals()
|
Constructor and Description |
---|
JsonBeanProcessorMatcher() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
getMatch(java.lang.Class target,
java.util.Set set)
Returns the matching class calculated with the target class and the
provided set.
|
public static final JsonBeanProcessorMatcher DEFAULT
Copyright © 2006-2014 Json-lib. All Rights Reserved.