|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.json.processors.DefaultValueProcessorMatcher
public abstract class DefaultValueProcessorMatcher
Base class for finding a matching DefaultValueProcessor.
| Field Summary | |
|---|---|
static DefaultValueProcessorMatcher |
DEFAULT
Matches the target with equals() |
| Constructor Summary | |
|---|---|
DefaultValueProcessorMatcher()
|
|
| 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 DefaultValueProcessorMatcher DEFAULT
| Constructor Detail |
|---|
public DefaultValueProcessorMatcher()
| Method Detail |
|---|
public abstract java.lang.Object getMatch(java.lang.Class target,
java.util.Set set)
target - the target class to matchset - a set of possible matches
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||