Uses of Interface
tech.ydb.yoj.databind.converter.ValueConverter
Packages that use ValueConverter
-
Uses of ValueConverter in tech.ydb.yoj.databind.converter
Classes in tech.ydb.yoj.databind.converter that implement ValueConverterModifier and TypeClassDescriptionfinal classEnumOrdinalConverter<E extends Enum<E>>A generic converter that can be applied to represent your enum values as theirordinals instead of theirconstant names orstring representations.final classGeneric YDB text column ↔ Java value converter.static final classRepresents "no custom converter is defined" for@CustomValueTypeannotation inside a@Columnannotation.