Class DefaultValueProcessorMatcher

java.lang.Object
org.kordamp.json.processors.DefaultValueProcessorMatcher
Direct Known Subclasses:
DefaultValueProcessorMatcher.DefaultDefaultValueProcessorMatcher

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

  • Constructor Details

    • DefaultValueProcessorMatcher

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