Class PropertyExclusionClassMatcher

java.lang.Object
net.sf.json.util.PropertyExclusionClassMatcher
Direct Known Subclasses:
PropertyExclusionClassMatcher.DefaultPropertyExclusionClassMatcher

public abstract class PropertyExclusionClassMatcher extends Object
Base class for finding a matching property exlucsion.
  • DEFAULT - matches the target class with equals().
  • Field Details

  • Constructor Details

    • PropertyExclusionClassMatcher

      public PropertyExclusionClassMatcher()
  • Method Details

    • getMatch

      public abstract Object getMatch(Class target, Set set)
      Returns the matching class calculated with the target class and the provided set.
      Parameters:
      target - the target class to match
      set - a set of possible matches