Uses of Interface
tech.ydb.yoj.databind.expression.FieldValue
Packages that use FieldValue
-
Uses of FieldValue in tech.ydb.yoj.databind.expression
Methods in tech.ydb.yoj.databind.expression that return FieldValueModifier and TypeMethodDescriptionstatic @NonNull FieldValueFieldValue.ofBool(boolean bool) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new field value that is definitely a boolean value.static @NonNull FieldValueFieldValue.ofByteArray(@NonNull ByteArray byteArray) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new field value that is definitely a byte array value.static @NonNull FieldValueFieldValue.ofNum(long num) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new field value that is definitely an integer.static FieldValueFieldValue.ofObj(@NonNull Object obj, Schema.JavaField schemaField) Deprecated, for removal: This API element is subject to removal in a future version.static @NonNull FieldValueFieldValue.ofReal(double real) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new field value that is definitely a floating-point value.static @NonNull FieldValueDeprecated, for removal: This API element is subject to removal in a future version.Constructs a new field value that is definitely a String.static @NonNull FieldValueFieldValue.ofTimestamp(@NonNull Instant timestamp) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new field value that is definitely a timestamp value.static @NonNull FieldValueDeprecated, for removal: This API element is subject to removal in a future version.Constructs a new field value that is a tuple.static @NonNull FieldValueDeprecated, for removal: This API element is subject to removal in a future version.Constructs a new field value that is definitely an UUID value. -
Uses of FieldValue in tech.ydb.yoj.databind.expression.values
Subinterfaces of FieldValue in tech.ydb.yoj.databind.expression.valuesClasses in tech.ydb.yoj.databind.expression.values that implement FieldValueModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal record