Package io.outfoxx.sunday.mediatypes.codecs
See: Description
-
Class Summary Class Description BinaryDecoder Decodes binary data into binary data containers. BinaryEncoder Encodes binary data into a binary data Source. CBORDecoder Decodes binary CBOR data into Java/Kotlin types using Jackson. CBOREncoder Encodes Java/Kotlin values into binary CBOR data using Jackson. JSONDecoder Decodes binary and text JSON data into Java/Kotlin types using Jackson. JSONEncoder Encodes Java/Kotlin values into binary JSON data using Jackson. Builder Builder for MediaTypeDecoders. MediaTypeDecoders Container for MediaTypeDecoders that allows registering and locating decoders for specific media types. Builder Builder for MediaTypeEncoders. MediaTypeEncoders Container for MediaTypeEncoders that allows registering and locating encoders for specific media types. CustomDeserializationProblemHandler ObjectMapperDecoder Common Jackson ObjectMapper decoder that supports decoding from binary data and structured map data. ObjectMapperEncoder Common Jackson ObjectMapper encoder that supports encoding Java/Kotlin values into binary data. TextDecoder Decodes binary data into Java text containers. TextEncoder Encodes text into a binary data Source. WWWFormURLEncoder Encodes Java/Kotlin values into application/www-url-form-encoded strings and binary data sources. MediaTypeDecoderKt StructuredMediaTypeDecoderKt TextMediaTypeDecoderKt -
Interface Summary Interface Description MediaTypeDecoder Decoder for binary data that is related to specific media type. MediaTypeEncoder Encoder producing binary data that is related to specific media type. StructuredMediaTypeDecoder Common interface for decoders that support decoding from structured maps in addition to binary data. TextMediaTypeDecoder Common interface for decoders that support decoding from text in addition to binary data. URLQueryParamsEncoder Common interface for encoders that support encoding parameters int a URL encoded string as well as binary data. -
Enum Summary Enum Description ArrayEncoding BoolEncoding DateEncoding