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