Uses of Class
tech.ydb.yoj.databind.schema.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in tech.ydb.yoj.databind.expression
Methods in tech.ydb.yoj.databind.expression that return SchemaMethods in tech.ydb.yoj.databind.expression with parameters of type SchemaModifier and TypeMethodDescription<U> AndExpr<U>AndExpr.forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) static <T> FilterBuilder<T><U> FilterExpression<U>FilterExpression.forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) <U> ListExpr<U>ListExpr.forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) <U> ModelFieldModelField.forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) <U> NotExpr<U>NotExpr.forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) <U> NullExpr<U>NullExpr.forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) static <T> OrderBuilder<T><U> @NonNull OrderExpression<U>OrderExpression.forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) @NonNull OrderExpression.SortKeyOrderExpression.SortKey.forSchema(@NonNull Schema<?> dstSchema, @NonNull UnaryOperator<String> pathTransformer) <U> OrExpr<U>OrExpr.forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) <U> ScalarExpr<U>ScalarExpr.forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) Constructors in tech.ydb.yoj.databind.expression with parameters of type SchemaModifierConstructorDescriptionListExpr(@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) OrderExpression(@NonNull Schema<T> schema, @NonNull List<OrderExpression.SortKey> keys) ScalarExpr(@NonNull Schema<T> schema, boolean generated, @NonNull ModelField field, @NonNull ScalarExpr.Operator operator, @NonNull FieldValue value) -
Uses of Schema in tech.ydb.yoj.databind.schema
Subclasses of Schema in tech.ydb.yoj.databind.schemaMethods in tech.ydb.yoj.databind.schema with parameters of type SchemaModifier and TypeMethodDescription<T> @NonNull Schema.JavaFieldSchema.JavaField.forSchema(@NonNull Schema<T> dstSchema, @NonNull UnaryOperator<String> pathTransformer) Constructors in tech.ydb.yoj.databind.schema with parameters of type Schema -
Uses of Schema in tech.ydb.yoj.databind.schema.configuration
Classes in tech.ydb.yoj.databind.schema.configuration with type parameters of type SchemaModifier and TypeInterfaceDescriptionstatic interfaceSchemaRegistry.SchemaCreator<I,S extends Schema<?>> Methods in tech.ydb.yoj.databind.schema.configuration with type parameters of type SchemaModifier and TypeMethodDescription<T,I, S extends Schema<T>>
SSchemaRegistry.getOrCreate(@NonNull Class<? extends Schema> schemaClass, @NonNull SchemaRegistry.SchemaCreator<I, S> ctor, @NonNull SchemaRegistry.SchemaKey<I> schemaKey) Method parameters in tech.ydb.yoj.databind.schema.configuration with type arguments of type SchemaModifier and TypeMethodDescription<T,I, S extends Schema<T>>
SSchemaRegistry.getOrCreate(@NonNull Class<? extends Schema> schemaClass, @NonNull SchemaRegistry.SchemaCreator<I, S> ctor, @NonNull SchemaRegistry.SchemaKey<I> schemaKey)