Package org.kordamp.json.processors
Class JsonBeanProcessorMatcher.DefaultJsonBeanProcessorMatcher
- java.lang.Object
-
- org.kordamp.json.processors.JsonBeanProcessorMatcher
-
- org.kordamp.json.processors.JsonBeanProcessorMatcher.DefaultJsonBeanProcessorMatcher
-
- Enclosing class:
- JsonBeanProcessorMatcher
private static final class JsonBeanProcessorMatcher.DefaultJsonBeanProcessorMatcher extends JsonBeanProcessorMatcher
-
-
Field Summary
-
Fields inherited from class org.kordamp.json.processors.JsonBeanProcessorMatcher
DEFAULT
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DefaultJsonBeanProcessorMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
getMatch
public java.lang.Object getMatch(java.lang.Class target, java.util.Set set)
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
-
-