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 JsonBeanProcessorMatcher
DEFAULT -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultJsonBeanProcessorMatcher
private DefaultJsonBeanProcessorMatcher()
-
-
Method Details
-
getMatch
Description copied from class:JsonBeanProcessorMatcherReturns the matching class calculated with the target class and the provided set.- Specified by:
getMatchin classJsonBeanProcessorMatcher- Parameters:
target- the target class to matchset- a set of possible matches
-