Uses of Enum Class
org.openqa.selenium.json.PropertySetting
-
Uses of PropertySetting in org.openqa.selenium.json
Modifier 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.Modifier 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.