Uses of Annotation Interface
tech.ydb.yoj.ExperimentalApi
Packages that use ExperimentalApi
Package
Description
-
Uses of ExperimentalApi in tech.ydb.yoj.databind
Classes in tech.ydb.yoj.databind with annotations of type ExperimentalApiModifier and TypeClassDescription@interfaceAnnotates the class, or entity field/record component as having a customvalue converter.final classMethods in tech.ydb.yoj.databind with annotations of type ExperimentalApiModifier and TypeMethodDescriptionstatic CustomValueTypeCustomValueTypes.getCustomValueType(@NonNull Type type, Column columnAnnotation) static voidFieldValueType.registerStringValueType(@NonNull Class<?> clazz) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExperimentalApi in tech.ydb.yoj.databind.converter
Classes in tech.ydb.yoj.databind.converter with annotations of type ExperimentalApiModifier and TypeInterfaceDescriptioninterfaceValueConverter<J,C> Custom conversion logic between database column values and Java field values. -
Uses of ExperimentalApi in tech.ydb.yoj.databind.schema
Classes in tech.ydb.yoj.databind.schema with annotations of type ExperimentalApiMethods in tech.ydb.yoj.databind.schema with annotations of type ExperimentalApi
CustomValueTypeannotation with aStringValueConverterinstead of calling this method.