public abstract class JsonValueProcessorMatcher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static JsonValueProcessorMatcher |
DEFAULT
Matches the target with equals()
|
Constructor and Description |
---|
JsonValueProcessorMatcher() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final JsonValueProcessorMatcher DEFAULT
Copyright © 2006-2013 Json-lib. All Rights Reserved.