public abstract class PropertyExclusionClassMatcher extends Object
Modifier and Type | Field | Description |
---|---|---|
static PropertyExclusionClassMatcher |
DEFAULT |
Matches the target with equals()
|
Constructor | Description |
---|---|
PropertyExclusionClassMatcher() |
Modifier and Type | Method | Description |
---|---|---|
abstract Object |
getMatch(Class target,
Set set) |
Returns the matching class calculated with the target class and the
provided set.
|
public static final PropertyExclusionClassMatcher DEFAULT
Copyright © 2006–2019 Json-lib. All rights reserved.