Class JsonPathJackson2ObjectDeserializer
java.lang.Object
io.restassured.internal.path.json.mapping.JsonPathJackson2ObjectDeserializer
- All Implemented Interfaces:
JsonPathObjectDeserializer
public class JsonPathJackson2ObjectDeserializer
extends Object
implements JsonPathObjectDeserializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Tdeserialize(io.restassured.common.mapper.ObjectDeserializationContext context) De-serialize data to an instance ofT.
-
Constructor Details
-
JsonPathJackson2ObjectDeserializer
-
-
Method Details
-
deserialize
public <T> T deserialize(io.restassured.common.mapper.ObjectDeserializationContext context) Description copied from interface:JsonPathObjectDeserializerDe-serialize data to an instance ofT.- Specified by:
deserializein interfaceJsonPathObjectDeserializer
-