Interface HttpBodyConverter.DeserializationContext
-
- Enclosing interface:
- HttpBodyConverter
public static interface HttpBodyConverter.DeserializationContext
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description MediaTypegetContentType()byte[]getSource()static HttpBodyConverter.DeserializationContextof(byte[] source, MediaType contentType)
-
-
-
Method Detail
-
getContentType
MediaType getContentType()
- Returns:
- The content type of the response
-
getSource
byte[] getSource()
-
of
static HttpBodyConverter.DeserializationContext of(byte[] source, MediaType contentType)
-
-