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.ofObj(@NonNull Object obj, @NonNull Schema.JavaField jf) @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)