Uses of Class
io.r2dbc.postgresql.codec.EnumCodec.Builder
Packages that use EnumCodec.Builder
Package
Description
Encoders and Decoders for the type that the service provider understands.
- 
Uses of EnumCodec.Builder in io.r2dbc.postgresql.codec
Methods in io.r2dbc.postgresql.codec that return EnumCodec.BuilderModifier and TypeMethodDescriptionstatic EnumCodec.BuilderEnumCodec.builder()Create a newEnumCodec.Builderto build aCodecRegistrarto dynamically register Postgresenumtypes toEnumvalues.Add a Postgres enum type toEnummapping.EnumCodec.Builder.withRegistrationPriority(EnumCodec.Builder.RegistrationPriority registrationPriority) Configure the codec registration priority.