Uses of Class
org.springframework.core.codec.DecodingException
Packages that use DecodingException
Package
Description
JSON encoder and decoder support.
Provides an encoder and a decoder for
Google Protocol Buffers.
XML encoder and decoder support.
-
Uses of DecodingException in org.springframework.core.codec
Methods in org.springframework.core.codec that throw DecodingExceptionModifier and TypeMethodDescriptiondefault T
Decoder.decode
(DataBuffer buffer, ResolvableType targetType, MimeType mimeType, Map<String, Object> hints) Decode a data buffer to an Object of type T. -
Uses of DecodingException in org.springframework.http.codec.json
Methods in org.springframework.http.codec.json that throw DecodingExceptionModifier and TypeMethodDescriptionAbstractJackson2Decoder.decode
(DataBuffer dataBuffer, ResolvableType targetType, MimeType mimeType, Map<String, Object> hints) -
Uses of DecodingException in org.springframework.http.codec.protobuf
Methods in org.springframework.http.codec.protobuf that throw DecodingExceptionModifier and TypeMethodDescriptioncom.google.protobuf.Message
ProtobufDecoder.decode
(DataBuffer dataBuffer, ResolvableType targetType, MimeType mimeType, Map<String, Object> hints) -
Uses of DecodingException in org.springframework.http.codec.xml
Methods in org.springframework.http.codec.xml that throw DecodingExceptionModifier and TypeMethodDescriptionJaxb2XmlDecoder.decode
(DataBuffer dataBuffer, ResolvableType targetType, MimeType mimeType, Map<String, Object> hints)