Package org.openqa.selenium.json
Class CollectionCoercer<T extends Collection>
java.lang.Object
org.openqa.selenium.json.TypeCoercer<T>
org.openqa.selenium.json.CollectionCoercer<T>
- All Implemented Interfaces:
Function<Type,
,BiFunction<JsonInput, PropertySetting, T>> Predicate<Class<?>>
-
Constructor Details
-
CollectionCoercer
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<T extends Collection>
- Specified by:
test
in classTypeCoercer<T extends Collection>
-
apply
- Specified by:
apply
in interfaceFunction<Type,
BiFunction<JsonInput, PropertySetting, T extends Collection>> - Specified by:
apply
in classTypeCoercer<T extends Collection>
-