Uses of Class
tech.ydb.yoj.databind.expression.ModelField
Packages that use ModelField
-
Uses of ModelField in tech.ydb.yoj.databind.expression
Methods in tech.ydb.yoj.databind.expression that return ModelFieldModifier and TypeMethodDescription<U> ModelFieldModelField.forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) static @NonNull ModelFieldModelField.of(@NonNull Schema.JavaField field) Methods in tech.ydb.yoj.databind.expression that return types with arguments of type ModelFieldConstructors in tech.ydb.yoj.databind.expression with parameters of type ModelFieldModifierConstructorDescriptionListExpr(@NonNull Schema<T> schema, boolean generated, @NonNull ModelField field, @NonNull ListExpr.Operator operator, @NonNull List<FieldValue> values) NullExpr(@NonNull Schema<T> schema, boolean generated, @NonNull ModelField field, @NonNull NullExpr.Operator operator) ScalarExpr(@NonNull Schema<T> schema, boolean generated, @NonNull ModelField field, @NonNull ScalarExpr.Operator operator, @NonNull FieldValue value)