Uses of Interface
io.restassured.path.json.mapping.JsonPathObjectDeserializer
Packages that use JsonPathObjectDeserializer
-
Uses of JsonPathObjectDeserializer in io.restassured.internal.path.json.mapping
Classes in io.restassured.internal.path.json.mapping that implement JsonPathObjectDeserializerModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of JsonPathObjectDeserializer in io.restassured.path.json.config
Methods in io.restassured.path.json.config that return JsonPathObjectDeserializerMethods in io.restassured.path.json.config with parameters of type JsonPathObjectDeserializerModifier and TypeMethodDescriptionJsonPathConfig.defaultObjectDeserializer(JsonPathObjectDeserializer defaultObjectDeserializer) Creates an json path configuration that uses the specified object de-serializer as default.