Package tech.ydb.yoj.databind
Class CustomValueTypes
java.lang.Object
tech.ydb.yoj.databind.CustomValueTypes
-
Method Summary
Modifier and TypeMethodDescriptionstatic <J,C extends Comparable<? super C>>
CustomValueTypeInfo<J,C> getCustomValueTypeInfo(@NonNull Type type, Column columnAnnotation) static <C extends Comparable<? super C>>
Objectpostconvert(@NonNull Schema.JavaField field, @NonNull Object value) static Objectpreconvert(@NonNull Schema.JavaField field, @NonNull Object value)
-
Method Details
-
preconvert
public static Object preconvert(@NonNull @NonNull Schema.JavaField field, @NonNull @NonNull Object value) -
postconvert
public static <C extends Comparable<? super C>> Object postconvert(@NonNull @NonNull Schema.JavaField field, @NonNull @NonNull Object value) -
getCustomValueTypeInfo
@Nullable public static <J,C extends Comparable<? super C>> CustomValueTypeInfo<J,C> getCustomValueTypeInfo(@NonNull @NonNull Type type, @Nullable Column columnAnnotation)
-