Class PropertyNameProcessorMatcher

java.lang.Object
net.sf.json.processors.PropertyNameProcessorMatcher

public abstract class PropertyNameProcessorMatcher extends Object
Base class for finding a matching PropertyNameProcessor.
  • DEFAULT - matches the target class with equals().
Author:
Andres Almiray aalmiray@users.sourceforge.net
  • Field Details

  • Constructor Details

    • PropertyNameProcessorMatcher

      public PropertyNameProcessorMatcher()
  • 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