Uses of Interface
tech.ydb.yoj.databind.expression.values.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 TypeMethodDescription@NonNull FieldValueModelField.validateValue(@NonNull FieldValue value) 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 FieldValueModifierConstructorDescriptionScalarExpr(@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) -
Uses of FieldValue in tech.ydb.yoj.databind.expression.values
Classes in tech.ydb.yoj.databind.expression.values that implement FieldValueModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordMethods in tech.ydb.yoj.databind.expression.values that return FieldValueModifier and TypeMethodDescriptionstatic FieldValueFieldValue.ofObj(@NonNull Object obj, @NonNull Schema.JavaField schemaField) Tuple.FieldAndValue.value()Returns the value of thevaluerecord component.Constructors in tech.ydb.yoj.databind.expression.values with parameters of type FieldValueModifierConstructorDescriptionFieldAndValue(Schema.JavaField field, FieldValue value) Creates an instance of aFieldAndValuerecord class.