Package org.openqa.selenium.json
Class TypeCoercer<T>
java.lang.Object
org.openqa.selenium.json.TypeCoercer<T>
- All Implemented Interfaces:
Function<Type,,BiFunction<JsonInput, PropertySetting, T>> Predicate<Class<?>>
- Direct Known Subclasses:
BooleanCoercer,CollectionCoercer,EnumCoercer,InstantCoercer,StaticInitializerCoercer,StringCoercer
public abstract classTypeCoercer<T>extendsObjectimplementsPredicate<Class<?>>,Function<Type,BiFunction<JsonInput,PropertySetting,T>>
Constructor Details
TypeCoercer
public TypeCoercer()
Method Details
test
apply
- Specified by:
applyin interfaceFunction<Type,BiFunction<JsonInput, PropertySetting, T>>