Class JsonValueProcessorMatcher.DefaultJsonValueProcessorMatcher

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • DefaultJsonValueProcessorMatcher

        private DefaultJsonValueProcessorMatcher()
    • Method Detail

      • getMatch

        public java.lang.Object getMatch​(java.lang.Class target,
                                         java.util.Set set)
        Description copied from class: JsonValueProcessorMatcher
        Returns the matching class calculated with the target class and the provided set.
        Specified by:
        getMatch in class JsonValueProcessorMatcher
        Parameters:
        target - the target class to match
        set - a set of possible matches