public class DefaultResponseCodecs
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DefaultResponseCodecs.ByClassFactory<T> |
static class |
DefaultResponseCodecs.ByMimeTypeResponseCodec<T> |
static class |
DefaultResponseCodecs.ByteArrayResponseCodec |
static class |
DefaultResponseCodecs.ObjectFactory<T> |
static class |
DefaultResponseCodecs.StreamResponseCodec<T> |
static class |
DefaultResponseCodecs.StringResponseCodec |
static class |
DefaultResponseCodecs.VoidCodec |
static class |
DefaultResponseCodecs.VoidFactory |
Constructor and Description |
---|
DefaultResponseCodecs() |
Modifier and Type | Method and Description |
---|---|
static ResponseCodec<?> |
codec(java.lang.reflect.Type type,
java.lang.String defaultMimeType) |
public static ResponseCodec<?> codec(java.lang.reflect.Type type, java.lang.String defaultMimeType)
Copyright © 2021. All Rights Reserved.