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