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 Modifier Constructor Description privateDefaultJsonValueProcessorMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetMatch(java.lang.Class target, java.util.Set set)Returns the matching class calculated with the target class and the provided set.
-
-
-
Method Detail
-
getMatch
public java.lang.Object getMatch(java.lang.Class target, java.util.Set set)Description copied from class:JsonValueProcessorMatcherReturns the matching class calculated with the target class and the provided set.- Specified by:
getMatchin classJsonValueProcessorMatcher- Parameters:
target- the target class to matchset- a set of possible matches
-
-