Package kong.unirest.core
Interface ObjectMapper
-
public interface ObjectMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description <T> TreadValue(String value, Class<T> valueType)default <T> TreadValue(String value, GenericType<T> genericType)StringwriteValue(Object value)
-