Uses of Class
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) static @NonNull FieldValueFieldValue.ofByteArray(@NonNull ByteArray byteArray) static @NonNull FieldValueFieldValue.ofNum(long num) static @NonNull FieldValueFieldValue.ofObj(@NonNull Object obj, @NonNull Schema.JavaField schemaField) static @NonNull FieldValueFieldValue.ofReal(double real) static @NonNull FieldValuestatic @NonNull FieldValueFieldValue.ofTimestamp(@NonNull Instant timestamp) static @NonNull FieldValueFieldValue.ofTuple(@NonNull FieldValue.Tuple tuple) static @NonNull FieldValue@NonNull FieldValueModelField.validateValue(@NonNull FieldValue value) FieldValue.FieldAndValue.value()Returns the value of thevaluerecord component.Methods in tech.ydb.yoj.databind.expression with parameters of type FieldValueModifier and TypeMethodDescription@NonNull FieldValueModelField.validateValue(@NonNull FieldValue value) Constructors in tech.ydb.yoj.databind.expression with parameters of type FieldValueModifierConstructorDescriptionFieldAndValue(@NonNull Schema.JavaField field, FieldValue value) Creates an instance of aFieldAndValuerecord class.ScalarExpr(@NonNull Schema<T> schema, boolean generated, @NonNull ModelField field, @NonNull ScalarExpr.Operator operator, @NonNull FieldValue value) Constructor parameters in tech.ydb.yoj.databind.expression with type arguments of type FieldValueModifierConstructorDescriptionListExpr(@NonNull Schema<T> schema, boolean generated, @NonNull ModelField field, @NonNull ListExpr.Operator operator, @NonNull List<FieldValue> values)