Uses of Class
tech.ydb.yoj.databind.schema.Schema.JavaField
Packages that use Schema.JavaField
Package
Description
-
Uses of Schema.JavaField in tech.ydb.yoj.databind
Methods in tech.ydb.yoj.databind with parameters of type Schema.JavaFieldModifier and TypeMethodDescriptionstatic ObjectCustomValueTypes.postconvert(@NonNull Schema.JavaField field, Object value) static ObjectCustomValueTypes.preconvert(@NonNull Schema.JavaField field, Object value) -
Uses of Schema.JavaField in tech.ydb.yoj.databind.converter
Methods in tech.ydb.yoj.databind.converter with parameters of type Schema.JavaFieldModifier and TypeMethodDescription@NonNull StringStringValueConverter.toColumn(@NonNull Schema.JavaField field, J value) @NonNull VoidValueConverter.NoConverter.toColumn(@NonNull Schema.JavaField field, @NonNull Void v) ValueConverter.toColumn(@NonNull Schema.JavaField field, J v) StringValueConverter.toJava(@NonNull Schema.JavaField field, @NonNull String column) @NonNull VoidValueConverter.NoConverter.toJava(@NonNull Schema.JavaField field, @NonNull Void unused) ValueConverter.toJava(@NonNull Schema.JavaField field, C c) -
Uses of Schema.JavaField in tech.ydb.yoj.databind.expression
Methods in tech.ydb.yoj.databind.expression that return Schema.JavaFieldMethods in tech.ydb.yoj.databind.expression with parameters of type Schema.JavaFieldModifier and TypeMethodDescriptionstatic Comparable<?>FieldValue.getComparable(@NonNull Map<String, Object> values, @NonNull Schema.JavaField field) @NonNull Comparable<?>FieldValue.getComparable(@NonNull Schema.JavaField field) @NonNull ObjectFieldValue.getRaw(@NonNull Schema.JavaField field) static @NonNull ModelFieldModelField.of(Schema.JavaField field) static @NonNull FieldValueFieldValue.ofObj(@NonNull Object obj, @NonNull Schema.JavaField jf) Constructors in tech.ydb.yoj.databind.expression with parameters of type Schema.JavaField -
Uses of Schema.JavaField in tech.ydb.yoj.databind.schema
Methods in tech.ydb.yoj.databind.schema that return Schema.JavaFieldModifier and TypeMethodDescription<T> @NonNull Schema.JavaFieldSchema.JavaField.forSchema(@NonNull Schema<T> dstSchema, @NonNull UnaryOperator<String> pathTransformer) final Schema.JavaFieldSchema.JavaField.toFlatField()Methods in tech.ydb.yoj.databind.schema that return types with arguments of type Schema.JavaFieldModifier and TypeMethodDescriptionfinal Optional<Schema.JavaField>Schema.JavaField.flatten()final List<Schema.JavaField>Schema.flattenFields()Schema.JavaField.getChildren() -
Uses of Schema.JavaField in tech.ydb.yoj.databind.schema.naming
Methods in tech.ydb.yoj.databind.schema.naming with parameters of type Schema.JavaFieldModifier and TypeMethodDescriptionvoidAnnotationFirstNamingStrategy.assignFieldName(Schema.JavaField field) voidNamingStrategy.assignFieldName(@NonNull Schema.JavaField javaField) Assigns a name to a field in a schema.protected StringAnnotationFirstNamingStrategy.getColumnNameFromField(Schema.JavaField field) protected voidAnnotationFirstNamingStrategy.propagateFieldNameToFlatSubfield(Schema.JavaField field)