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<?>>

public class CollectionCoercer<T extends Collection> extends TypeCoercer<T>