Uses of Class
org.openqa.selenium.json.TypeCoercer
Packages that use TypeCoercer
-
Uses of TypeCoercer in org.openqa.selenium.json
Subclasses of TypeCoercer in org.openqa.selenium.jsonModifier and TypeClassDescriptionclass
class
CollectionCoercer<T extends Collection>
class
EnumCoercer<T extends Enum>
class
class
class
Methods in org.openqa.selenium.json with parameters of type TypeCoercerModifier and TypeMethodDescriptionJsonInput.addCoercers
(TypeCoercer<?>... coercers) Add the specified type coercers to the set installed in the JSON coercion manager.Method parameters in org.openqa.selenium.json with type arguments of type TypeCoercerModifier and TypeMethodDescriptionJsonInput.addCoercers
(Iterable<TypeCoercer<?>> coercers) Add the specified type coercers to the set installed in the JSON coercion manager.