|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.json.processors.JsonBeanProcessorMatcher
public abstract class JsonBeanProcessorMatcher
Base class for finding a matching JsonBeanProcessor.
| Field Summary | |
|---|---|
static JsonBeanProcessorMatcher |
DEFAULT
Macthes the target with equals() |
| Constructor Summary | |
|---|---|
JsonBeanProcessorMatcher()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final JsonBeanProcessorMatcher DEFAULT
| Constructor Detail |
|---|
public JsonBeanProcessorMatcher()
| Method Detail |
|---|
public abstract java.lang.Object getMatch(java.lang.Class target,
java.util.Set set)
target - the target class to match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||