Package net.sf.json.processors
Class JsonValueProcessorMatcher.DefaultJsonValueProcessorMatcher
java.lang.Object
net.sf.json.processors.JsonValueProcessorMatcher
net.sf.json.processors.JsonValueProcessorMatcher.DefaultJsonValueProcessorMatcher
- Enclosing class:
JsonValueProcessorMatcher
private static final class JsonValueProcessorMatcher.DefaultJsonValueProcessorMatcher
extends JsonValueProcessorMatcher
-
Field Summary
Fields inherited from class net.sf.json.processors.JsonValueProcessorMatcher
DEFAULT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultJsonValueProcessorMatcher
private DefaultJsonValueProcessorMatcher()
-
-
Method Details
-
getMatch
Description copied from class:JsonValueProcessorMatcher
Returns the matching class calculated with the target class and the provided set.- Specified by:
getMatch
in classJsonValueProcessorMatcher
- Parameters:
target
- the target class to matchset
- a set of possible matches
-