public interface MessageDecoder
Modifier and Type | Field and Description |
---|---|
static MessageDecoder |
UNSUPPORTED_MEDIA_TYPE
Resolve parsing as
StatusCode.UNSUPPORTED_MEDIA_TYPE . |
Modifier and Type | Method and Description |
---|---|
Object |
decode(Context ctx,
Type type)
Parse HTTP body into the given type.
|
static final MessageDecoder UNSUPPORTED_MEDIA_TYPE
StatusCode.UNSUPPORTED_MEDIA_TYPE
.Copyright © 2020. All rights reserved.