Class PropertyExclusionClassMatcher
java.lang.Object
net.sf.json.util.PropertyExclusionClassMatcher
- Direct Known Subclasses:
PropertyExclusionClassMatcher.DefaultPropertyExclusionClassMatcher
Base class for finding a matching property exlucsion.
- DEFAULT - matches the target class with equals().
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyExclusionClassMatcherMatches the target with equals() -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT
Matches the target with equals()
-
-
Constructor Details
-
PropertyExclusionClassMatcher
public PropertyExclusionClassMatcher()
-
-
Method Details
-
getMatch
-