Package tech.ydb.yoj.databind
Class CustomValueTypes
java.lang.Object
tech.ydb.yoj.databind.CustomValueTypes
-
Method Summary
Modifier and TypeMethodDescriptionstatic CustomValueTypegetCustomValueType(@NonNull Type type, Column columnAnnotation) static Objectpostconvert(@NonNull Schema.JavaField field, Object value) static Objectpreconvert(@NonNull Schema.JavaField field, Object value)
-
Method Details
-
preconvert
-
postconvert
-
getCustomValueType
@Nullable public static CustomValueType getCustomValueType(@NonNull @NonNull Type type, @Nullable Column columnAnnotation)
-