Uses of Enum Class
tech.ydb.yoj.databind.FieldValueType
Packages that use FieldValueType
Package
Description
-
Uses of FieldValueType in tech.ydb.yoj.databind
Methods in tech.ydb.yoj.databind that return FieldValueTypeModifier and TypeMethodDescriptionstatic @NonNull FieldValueTypeFieldValueType.forJavaType(Type type, Column columnAnnotation) Detects database field type appropriate for a Java object of typetype.static FieldValueTypeReturns the enum constant of this class with the specified name.static FieldValueType[]FieldValueType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FieldValueType in tech.ydb.yoj.databind.schema
Methods in tech.ydb.yoj.databind.schema that return FieldValueType -
Uses of FieldValueType in tech.ydb.yoj.databind.schema.reflect
Methods in tech.ydb.yoj.databind.schema.reflect that return FieldValueTypeModifier and TypeMethodDescriptionKotlinDataClassComponent.getValueType()ReflectField.getValueType()Returns this field's value type for the purposes of data-binding.Methods in tech.ydb.yoj.databind.schema.reflect with parameters of type FieldValueTypeModifier and TypeMethodDescription<R> ReflectType<R>KotlinDataClassTypeFactory.create(Reflector reflector, Class<R> rawType, FieldValueType fvt) <R> ReflectType<R>StdReflector.TypeFactory.create(Reflector reflector, Class<R> rawType, FieldValueType fvt) booleanKotlinDataClassTypeFactory.matches(Class<?> rawType, FieldValueType fvt) booleanStdReflector.TypeFactory.matches(Class<?> rawType, FieldValueType fvt) ReflectType<?>Reflector.reflectFieldType(Type genericType, FieldValueType bindingType) Gets reflection information for a field, potentially a deep sub-field of some type which can have schema.ReflectType<?>StdReflector.reflectFieldType(Type genericType, FieldValueType bindingType)