Class ConverterFunctions


  • public class ConverterFunctions
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <X> java.util.function.Function<org.openqa.selenium.json.JsonInput,​X> map​(java.lang.String keyName, java.lang.reflect.Type typeOfX)  
      • Methods inherited from class java.lang.Object

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

      • map

        public static <X> java.util.function.Function<org.openqa.selenium.json.JsonInput,​X> map​(java.lang.String keyName,
                                                                                                      java.lang.reflect.Type typeOfX)