Uses of Annotation Interface
tech.ydb.yoj.databind.schema.Column
Packages that use Column
-
Uses of Column in tech.ydb.yoj.databind
Methods in tech.ydb.yoj.databind with parameters of type ColumnModifier and TypeMethodDescriptionstatic @NonNull FieldValueTypeFieldValueType.forJavaType(Type type, Column columnAnnotation) Detects database field type appropriate for a Java object of typetype.static CustomValueTypeCustomValueTypes.getCustomValueType(@NonNull Type type, Column columnAnnotation) -
Uses of Column in tech.ydb.yoj.databind.schema.reflect
Methods in tech.ydb.yoj.databind.schema.reflect that return Column