Uses of Class
org.openqa.selenium.json.PropertySetting
-
-
Uses of PropertySetting in org.openqa.selenium.json
Methods in org.openqa.selenium.json that return PropertySetting Modifier and Type Method Description PropertySetting
JsonInput. propertySetting(PropertySetting setter)
Change how property setting is done.static PropertySetting
PropertySetting. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PropertySetting[]
PropertySetting. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.json that return types with arguments of type PropertySetting Modifier and Type Method Description java.util.function.BiFunction<JsonInput,PropertySetting,java.lang.Boolean>
BooleanCoercer. apply(java.lang.reflect.Type type)
java.util.function.BiFunction<JsonInput,PropertySetting,T>
CollectionCoercer. apply(java.lang.reflect.Type type)
java.util.function.BiFunction<JsonInput,PropertySetting,T>
EnumCoercer. apply(java.lang.reflect.Type type)
java.util.function.BiFunction<JsonInput,PropertySetting,java.time.Instant>
InstantCoercer. apply(java.lang.reflect.Type type)
java.util.function.BiFunction<JsonInput,PropertySetting,java.lang.Object>
StaticInitializerCoercer. apply(java.lang.reflect.Type type)
java.util.function.BiFunction<JsonInput,PropertySetting,java.lang.String>
StringCoercer. apply(java.lang.reflect.Type type)
abstract java.util.function.BiFunction<JsonInput,PropertySetting,T>
TypeCoercer. apply(java.lang.reflect.Type type)
Methods in org.openqa.selenium.json with parameters of type PropertySetting Modifier and Type Method Description PropertySetting
JsonInput. propertySetting(PropertySetting setter)
Change how property setting is done.<T> T
Json. toType(java.io.Reader source, java.lang.reflect.Type typeOfT, PropertySetting setter)
<T> T
Json. toType(java.lang.String source, java.lang.reflect.Type typeOfT, PropertySetting setter)
-