Uses of Class
org.openqa.selenium.json.TypeCoercer
-
-
Uses of TypeCoercer in org.openqa.selenium.json
Subclasses of TypeCoercer in org.openqa.selenium.json Modifier and Type Class Description classBooleanCoercerclassCollectionCoercer<T extends java.util.Collection>classEnumCoercer<T extends java.lang.Enum>classInstantCoercerclassStaticInitializerCoercerclassStringCoercerMethods in org.openqa.selenium.json with parameters of type TypeCoercer Modifier and Type Method Description JsonInputJsonInput. addCoercers(TypeCoercer<?>... coercers)Method parameters in org.openqa.selenium.json with type arguments of type TypeCoercer Modifier and Type Method Description JsonInputJsonInput. addCoercers(java.lang.Iterable<TypeCoercer<?>> coercers)
-