Uses of Enum Class
org.openqa.selenium.json.PropertySetting
-
Uses of PropertySetting in org.openqa.selenium.json
Methods in org.openqa.selenium.json that return PropertySettingModifier and TypeMethodDescriptionJsonInput.propertySetting
(PropertySetting setter) Change how property setting is done.static PropertySetting
Returns the enum constant of this class with the specified name.static PropertySetting[]
PropertySetting.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.json that return types with arguments of type PropertySettingMethods in org.openqa.selenium.json with parameters of type PropertySettingModifier and TypeMethodDescriptionJsonInput.propertySetting
(PropertySetting setter) Change how property setting is done.<T> T
Json.toType
(Reader source, Type typeOfT, PropertySetting setter) Deserialize the JSON string supplied by the specifiedReader
into an object of the specified type.<T> T
Json.toType
(String source, Type typeOfT, PropertySetting setter) Deserialize the specified JSON string into an object of the specified type.