类 PropertyNameProcessorMatcher

java.lang.Object
com.sh.json.processors.PropertyNameProcessorMatcher

public abstract class PropertyNameProcessorMatcher extends Object
Base class for finding a matching PropertyNameProcessor.
  • DEFAULT - matches the target class with equals().
  • 字段详细资料

  • 构造器详细资料

    • PropertyNameProcessorMatcher

      public PropertyNameProcessorMatcher()
  • 方法详细资料

    • getMatch

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