Package org.openqa.selenium.bidi
Class ConverterFunctions
- java.lang.Object
-
- org.openqa.selenium.bidi.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<JsonInput,X>
map(java.lang.String keyName, java.lang.reflect.Type typeOfX)
-
-
-
Method Detail
-
map
public static <X> java.util.function.Function<JsonInput,X> map(java.lang.String keyName, java.lang.reflect.Type typeOfX)
-
-