Package org.kordamp.json.util
Class PropertyExclusionClassMatcher.DefaultPropertyExclusionClassMatcher
- java.lang.Object
-
- org.kordamp.json.util.PropertyExclusionClassMatcher
-
- org.kordamp.json.util.PropertyExclusionClassMatcher.DefaultPropertyExclusionClassMatcher
-
- Enclosing class:
- PropertyExclusionClassMatcher
private static final class PropertyExclusionClassMatcher.DefaultPropertyExclusionClassMatcher extends PropertyExclusionClassMatcher
-
-
Field Summary
-
Fields inherited from class org.kordamp.json.util.PropertyExclusionClassMatcher
DEFAULT
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DefaultPropertyExclusionClassMatcher()
-
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:PropertyExclusionClassMatcher
Returns the matching class calculated with the target class and the provided set.- Specified by:
getMatch
in classPropertyExclusionClassMatcher
- Parameters:
target
- the target class to matchset
- a set of possible matches
-
-