public abstract class PropertyExclusionClassMatcher extends Object
Modifier and Type | Field and Description |
---|---|
static PropertyExclusionClassMatcher |
DEFAULT
Matches the target with equals()
|
Constructor and Description |
---|
PropertyExclusionClassMatcher() |
Modifier and Type | Method and 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