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