类 Jackson2CborDecoder
java.lang.Object
cn.taketoday.http.codec.json.Jackson2CodecSupport
cn.taketoday.http.codec.json.AbstractJackson2Decoder
cn.taketoday.http.codec.cbor.Jackson2CborDecoder
- 所有已实现的接口:
cn.taketoday.core.codec.Decoder<Object>,HttpMessageDecoder<Object>
Decode bytes into CBOR and convert to Object's with Jackson.
Stream decoding is not supported yet.
- 从以下版本开始:
- 4.0
- 作者:
- Sebastien Deleuze
- 另请参阅:
-
字段概要
从类继承的字段 cn.taketoday.http.codec.json.Jackson2CodecSupport
JSON_VIEW_HINT, logger -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.http.codec.json.AbstractJackson2Decoder
canDecode, customizeReader, decode, decodeToMono, getAnnotation, getDecodableMimeTypes, getDecodableMimeTypes, getDecodeHints, getMaxInMemorySize, processInput, setMaxInMemorySize从类继承的方法 cn.taketoday.http.codec.json.Jackson2CodecSupport
getHints, getJavaType, getMediaTypesForProblemDetail, getMimeTypes, getMimeTypes, getObjectMapper, getObjectMapperRegistrations, getObjectMappersForType, getParameter, logWarningIfNecessary, notSupportsMimeType, registerObjectMappersForType, selectObjectMapper, setObjectMapper
-
构造器详细资料
-
Jackson2CborDecoder
public Jackson2CborDecoder() -
Jackson2CborDecoder
-
-
方法详细资料
-
decode
public reactor.core.publisher.Flux<Object> decode(org.reactivestreams.Publisher<cn.taketoday.core.io.buffer.DataBuffer> input, cn.taketoday.core.ResolvableType elementType, cn.taketoday.util.MimeType mimeType, Map<String, Object> hints) - 指定者:
decode在接口中cn.taketoday.core.codec.Decoder<Object>- 覆盖:
decode在类中AbstractJackson2Decoder
-