Class JsonBeanProcessorMatcher

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Object getMatch​(java.lang.Class target, java.util.Set set)
      Returns the matching class calculated with the target class and the provided set.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonBeanProcessorMatcher

        public JsonBeanProcessorMatcher()
    • Method Detail

      • getMatch

        public abstract java.lang.Object getMatch​(java.lang.Class target,
                                                  java.util.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