Package tech.ydb.yoj.databind.converter
package tech.ydb.yoj.databind.converter
-
ClassDescriptionEnumOrdinalConverter<E extends Enum<E>>A generic converter that can be applied to represent your enum values as their
ordinals instead of theirconstant names orstring representations.Signifies that the field value is stored in a single database column in an opaque serialized form (i.e., individual fields cannot be directly accessed by data binding).Annotation for fields that should be stored as text in the database.Generic YDB text column ↔ Java value converter.Annotation for types that should be stored as text in the database.ValueConverter<J,C extends Comparable<? super C>> Custom conversion logic between database column values (<C>) and Java field values (<J>).Represents "no custom converter is defined" for@CustomValueTypeannotation inside a@Columnannotation.