Uses of Enum Class
io.r2dbc.postgresql.codec.EnumCodec.Builder.RegistrationPriority
Packages that use EnumCodec.Builder.RegistrationPriority
Package
Description
Encoders and Decoders for the type that the service provider understands.
-
Uses of EnumCodec.Builder.RegistrationPriority in io.r2dbc.postgresql.codec
Subclasses with type arguments of type EnumCodec.Builder.RegistrationPriority in io.r2dbc.postgresql.codecModifier and TypeClassDescriptionstatic enumAn enumeration of codec registration priorities.Methods in io.r2dbc.postgresql.codec that return EnumCodec.Builder.RegistrationPriorityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.EnumCodec.Builder.RegistrationPriority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.r2dbc.postgresql.codec with parameters of type EnumCodec.Builder.RegistrationPriorityModifier and TypeMethodDescriptionEnumCodec.Builder.withRegistrationPriority(EnumCodec.Builder.RegistrationPriority registrationPriority) Configure the codec registration priority.