| Package | Description |
|---|---|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumCodec.Builder.RegistrationPriority |
EnumCodec.Builder.RegistrationPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumCodec.Builder.RegistrationPriority[] |
EnumCodec.Builder.RegistrationPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumCodec.Builder |
EnumCodec.Builder.withRegistrationPriority(EnumCodec.Builder.RegistrationPriority registrationPriority)
Configure the codec registration priority.
|
Copyright © 2023. All rights reserved.