Package org.springframework.data.r2dbc.convert
@NonNullApi
@NonNullFields
package org.springframework.data.r2dbc.convert
R2DBC-specific conversion and converter implementations.
-
ClassDescriptionMaps a
Row
to an entity of typeT
, including entities referenced.EnumWriteSupport<E extends Enum<E>>Support class to natively writeEnum
values to the database.Converter for R2DBC.Central R2DBC specific converter interface.Value object to capture custom conversion.