Class ObjectMappers
- java.lang.Object
-
- io.joshworks.restclient.http.mapper.ObjectMappers
-
public class ObjectMappers extends java.lang.Object
-
-
Method Summary
Modifier and Type Method Description static voidclear()static ObjectMappergetMapper(MediaType type)static voidregister(MediaType mediaType, ObjectMapper mapper)
-
-
-
Method Detail
-
register
public static void register(MediaType mediaType, ObjectMapper mapper)
-
clear
public static void clear()
-
getMapper
public static ObjectMapper getMapper(MediaType type)
-
-