Uses of Enum Class
io.restassured.path.json.config.JsonParserType
Packages that use JsonParserType
-
Uses of JsonParserType in io.restassured.path.json.config
Methods in io.restassured.path.json.config that return JsonParserTypeModifier and TypeMethodDescriptionJsonPathConfig.defaultParserType()static JsonParserTypeReturns the enum constant of this class with the specified name.static JsonParserType[]JsonParserType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.restassured.path.json.config with parameters of type JsonParserTypeModifier and TypeMethodDescriptionJsonPathConfig.defaultParserType(JsonParserType defaultParserType) Creates an json path configuration that uses the specified parser type as default.