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