Package | Description |
---|---|
io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
Modifier and Type | Class and Description |
---|---|
class |
BigIntegerCodec |
class |
EnumCodec<T extends Enum<T>>
Codec to map Postgres
enumerated types to Java Enum values. |
Modifier and Type | Method and Description |
---|---|
Iterator<Codec<?>> |
DefaultCodecs.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
CodecRegistry.addFirst(Codec<?> codec)
Register codec before all other codecs.
|
void |
DefaultCodecs.addFirst(Codec<?> codec) |
void |
CodecRegistry.addLast(Codec<?> codec)
Register codec after all other codecs.
|
void |
DefaultCodecs.addLast(Codec<?> codec) |
Copyright © 2020. All rights reserved.