Package net.sf.json.util
Class PropertyExclusionClassMatcher.DefaultPropertyExclusionClassMatcher
java.lang.Object
net.sf.json.util.PropertyExclusionClassMatcher
net.sf.json.util.PropertyExclusionClassMatcher.DefaultPropertyExclusionClassMatcher
- Enclosing class:
PropertyExclusionClassMatcher
private static final class PropertyExclusionClassMatcher.DefaultPropertyExclusionClassMatcher
extends PropertyExclusionClassMatcher
-
Field Summary
Fields inherited from class net.sf.json.util.PropertyExclusionClassMatcher
DEFAULT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultPropertyExclusionClassMatcher
private DefaultPropertyExclusionClassMatcher()
-
-
Method Details
-
getMatch
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
-