Uses of Class
tech.ydb.yoj.databind.schema.CustomValueTypeInfo
Packages that use CustomValueTypeInfo
Package
Description
-
Uses of CustomValueTypeInfo in tech.ydb.yoj.databind
Methods in tech.ydb.yoj.databind that return CustomValueTypeInfoModifier and TypeMethodDescriptionstatic <J,C extends Comparable<? super C>>
CustomValueTypeInfo<J,C> CustomValueTypes.getCustomValueTypeInfo(@NonNull Type type, Column columnAnnotation) Methods in tech.ydb.yoj.databind with parameters of type CustomValueTypeInfoModifier 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. -
Uses of CustomValueTypeInfo in tech.ydb.yoj.databind.schema
Methods in tech.ydb.yoj.databind.schema that return CustomValueTypeInfoModifier and TypeMethodDescription<J,C extends Comparable<? super C>>
CustomValueTypeInfo<J,C> Schema.JavaField.getCustomValueTypeInfo() -
Uses of CustomValueTypeInfo in tech.ydb.yoj.databind.schema.reflect
Methods in tech.ydb.yoj.databind.schema.reflect that return CustomValueTypeInfo