Uses of Enum Class
io.restassured.path.json.config.JsonPathConfig.NumberReturnType
Packages that use JsonPathConfig.NumberReturnType
-
Uses of JsonPathConfig.NumberReturnType in io.restassured.internal.path.json
Constructors in io.restassured.internal.path.json with parameters of type JsonPathConfig.NumberReturnTypeModifierConstructorDescriptionConfigurableJsonSlurper(JsonPathConfig.NumberReturnType numberReturnType) -
Uses of JsonPathConfig.NumberReturnType in io.restassured.path.json.config
Methods in io.restassured.path.json.config that return JsonPathConfig.NumberReturnTypeModifier and TypeMethodDescriptionJsonPathConfig.numberReturnType()Returns the enum constant of this class with the specified name.static JsonPathConfig.NumberReturnType[]JsonPathConfig.NumberReturnType.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 JsonPathConfig.NumberReturnTypeModifier and TypeMethodDescriptionJsonPathConfig.numberReturnType(JsonPathConfig.NumberReturnType numberReturnType) Specifies if JsonPath should use floats and doubles or BigDecimals to represent Json numbers.Constructors in io.restassured.path.json.config with parameters of type JsonPathConfig.NumberReturnTypeModifierConstructorDescriptionJsonPathConfig(JsonPathConfig.NumberReturnType numberReturnType) Create a new JsonPathConfig that returns JSON numbers as either Doubles and Floats or BigDecimals