Package io.r2dbc.postgresql.codec
@NullMarked
package io.r2dbc.postgresql.codec
Encoders and Decoders for the type that the service provider understands.
-
ClassDescriptionValue object that maps to the
boxdatatype in Postgres.CodecRegistrarto register built-in codecs depending on their availability inpg_type.Value object that maps to thecircledatatype in Postgres.Codec<T>Codec to encode and decode values based on Postgres OIDs andFormat.Configuration object for codecs providing various details required for encoding and decoding data.Metadata for a codec.Registry allowing to query and registerCodecs.Encodes and decodes objects.The defaultCodecimplementation.Codec to map Postgresenumeratedtypes to JavaEnumvalues.Builder forCodecRegistrarto registerEnumCodecfor one or more enum type mappings.An enumeration of codec registration priorities.Value object that maps to theintervaldatatype in Postgres.Value object to represent JSON values.Value object that maps to thelinedatatype in Postgres.Value object that maps to thelsegdatatype in Postgres.Value object that maps to thepathdatatype in Postgres.Value object that maps to thepointdatatype in Postgres.Value object that maps to thepolygondatatype in Postgres.Object IDs for well know PostgreSQL data types.Represents a Postgres type identifier identified byOID.Utility to look up Postgres types usingpg_type.Value object that maps to thevectordatatype provided by Postgres pgvector.Codec for pgvector.