public class JsonMapper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JsonMapper.JwkJsonDeserializer |
static class |
JsonMapper.JwkJsonSerializer |
static class |
JsonMapper.JwksJsonDeserializer |
Constructor and Description |
---|
JsonMapper() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
fromByteBuffer(ByteBuffer buffer,
Class<T> clazz) |
static com.fasterxml.jackson.databind.ObjectMapper |
objectMapper() |
static byte[] |
toByteArray(Object obj) |
static ByteBuffer |
toByteBuffer(Object obj) |
public static com.fasterxml.jackson.databind.ObjectMapper objectMapper()
public static byte[] toByteArray(Object obj)
public static ByteBuffer toByteBuffer(Object obj)
public static <T> T fromByteBuffer(ByteBuffer buffer, Class<T> clazz)