Package | Description |
---|---|
net.bluemind.core.rest.base.codec |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultResponseCodecs.ByMimeTypeResponseCodec<T> |
static class |
DefaultResponseCodecs.ByteArrayResponseCodec |
static class |
DefaultResponseCodecs.StreamResponseCodec<T> |
static class |
DefaultResponseCodecs.StringResponseCodec |
static class |
DefaultResponseCodecs.VoidCodec |
static class |
JsonObjectCodec.Response<T> |
Modifier and Type | Method and Description |
---|---|
static ResponseCodec<?> |
DefaultResponseCodecs.codec(java.lang.reflect.Type type,
java.lang.String defaultMimeType) |
ResponseCodec<?> |
ResponseCodec.Factory.create(java.lang.reflect.Type type,
java.lang.String defaultMimeType) |
ResponseCodec<?> |
DefaultResponseCodecs.ObjectFactory.create(java.lang.reflect.Type type,
java.lang.String defaultMimeType) |
ResponseCodec<?> |
DefaultResponseCodecs.VoidFactory.create(java.lang.reflect.Type type,
java.lang.String defaultMimeType) |
ResponseCodec<?> |
DefaultResponseCodecs.ByClassFactory.create(java.lang.reflect.Type type,
java.lang.String defaultMimeType) |
Constructor and Description |
---|
ByClassFactory(java.lang.Class<T> klass,
ResponseCodec<T> codec) |
ByMimeTypeResponseCodec(ResponseCodec<T> defaultCodec,
java.lang.String mimeType,
ResponseCodec<T> mimetypedCoec) |
ByMimeTypeResponseCodec(ResponseCodec<T> defaultCodec,
java.lang.String mimeType,
ResponseCodec<T> mimetypedCoec) |
Copyright © 2021. All Rights Reserved.