Class ObjectMapperImpl
- java.lang.Object
-
- com.zebrunner.agent.core.registrar.domain.ObjectMapperImpl
-
- All Implemented Interfaces:
kong.unirest.ObjectMapper
public final class ObjectMapperImpl extends java.lang.Object implements kong.unirest.ObjectMapper
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TreadValue(java.lang.String value, java.lang.Class<T> valueType)<T> TreadValue(java.lang.String value, kong.unirest.GenericType<T> genericType)java.lang.StringwriteValue(java.lang.Object value)
-
-
-
Method Detail
-
readValue
public <T> T readValue(java.lang.String value, java.lang.Class<T> valueType)- Specified by:
readValuein interfacekong.unirest.ObjectMapper
-
readValue
public <T> T readValue(java.lang.String value, kong.unirest.GenericType<T> genericType)- Specified by:
readValuein interfacekong.unirest.ObjectMapper
-
writeValue
public java.lang.String writeValue(java.lang.Object value)
- Specified by:
writeValuein interfacekong.unirest.ObjectMapper
-
-