public class Jackson
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Jackson.JacksonUnmarshallingExceptionINTERNAL API | 
| Constructor and Description | 
|---|
| Jackson() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Unmarshaller<org.apache.pekko.util.ByteString,T> | byteStringUnmarshaller(java.lang.Class<T> expectedType) | 
| static <T> Unmarshaller<org.apache.pekko.util.ByteString,T> | byteStringUnmarshaller(com.fasterxml.jackson.databind.ObjectMapper mapper,
                      java.lang.Class<T> expectedType) | 
| static <T> Marshaller<T,RequestEntity> | marshaller() | 
| static <T> Marshaller<T,RequestEntity> | marshaller(com.fasterxml.jackson.databind.ObjectMapper mapper) | 
| static <T> Unmarshaller<HttpEntity,T> | unmarshaller(java.lang.Class<T> expectedType) | 
| static <T> Unmarshaller<HttpEntity,T> | unmarshaller(com.fasterxml.jackson.databind.ObjectMapper mapper,
            java.lang.Class<T> expectedType) | 
public static <T> Marshaller<T,RequestEntity> marshaller()
public static <T> Marshaller<T,RequestEntity> marshaller(com.fasterxml.jackson.databind.ObjectMapper mapper)
public static <T> Unmarshaller<org.apache.pekko.util.ByteString,T> byteStringUnmarshaller(java.lang.Class<T> expectedType)
public static <T> Unmarshaller<HttpEntity,T> unmarshaller(java.lang.Class<T> expectedType)
public static <T> Unmarshaller<HttpEntity,T> unmarshaller(com.fasterxml.jackson.databind.ObjectMapper mapper, java.lang.Class<T> expectedType)
public static <T> Unmarshaller<org.apache.pekko.util.ByteString,T> byteStringUnmarshaller(com.fasterxml.jackson.databind.ObjectMapper mapper, java.lang.Class<T> expectedType)