Uses of Annotation Interface
tech.ydb.yoj.databind.schema.Column
Packages that use Column
Package
Description
-
Uses of Column in tech.ydb.yoj.databind
Methods in tech.ydb.yoj.databind with parameters of type ColumnModifier and TypeMethodDescriptionstatic FieldValueTypeFieldValueType.forJavaType(@NonNull Type type, Column columnAnnotation, CustomValueTypeInfo<?, ?> cvt) Detects the data binding type appropriate for the specified Java value type, provided that we know the@Columnannotation value as well as custom value type information.static <J,C extends Comparable<? super C>>
CustomValueTypeInfo<J,C> CustomValueTypes.getCustomValueTypeInfo(@NonNull Type type, Column columnAnnotation) -
Uses of Column in tech.ydb.yoj.databind.converter
Classes in tech.ydb.yoj.databind.converter with annotations of type ColumnModifier and TypeClassDescription@interfaceSignifies 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).@interfaceAnnotation for fields that should be stored as text in the database. -
Uses of Column in tech.ydb.yoj.databind.schema.reflect
Methods in tech.ydb.yoj.databind.schema.reflect that return Column