Uses of Class
org.openqa.selenium.json.TypeCoercer
Packages that use TypeCoercer
- 
Uses of TypeCoercer in org.openqa.selenium.jsonSubclasses of TypeCoercer in org.openqa.selenium.jsonModifier and TypeClassDescriptionclassclassCollectionCoercer<T extends Collection>classEnumCoercer<T extends Enum>classclassclassMethods 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.