|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.json.processors.PropertyNameProcessorMatcher
public abstract class PropertyNameProcessorMatcher
Base class for finding a matching PropertyNameProcessor.
Field Summary | |
---|---|
static PropertyNameProcessorMatcher |
DEFAULT
Matches the target with equals() |
Constructor Summary | |
---|---|
PropertyNameProcessorMatcher()
|
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 PropertyNameProcessorMatcher DEFAULT
Constructor Detail |
---|
public PropertyNameProcessorMatcher()
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 |