Uses of Interface
tech.ydb.yoj.databind.schema.reflect.ReflectField
Packages that use ReflectField
Package
Description
-
Uses of ReflectField in tech.ydb.yoj.databind
Methods in tech.ydb.yoj.databind with parameters of type ReflectFieldModifier and TypeMethodDescriptionstatic FieldValueTypeFieldValueType.forJavaType(@NonNull Type type, @NonNull ReflectField reflectField) Detects the data binding type appropriate for the specified Java value type that will be used with the specified Schema field. -
Uses of ReflectField in tech.ydb.yoj.databind.schema
Methods in tech.ydb.yoj.databind.schema with parameters of type ReflectField -
Uses of ReflectField in tech.ydb.yoj.databind.schema.reflect
Classes in tech.ydb.yoj.databind.schema.reflect that implement ReflectFieldModifier and TypeClassDescriptionfinal classRepresents a Kotlin data class component for the purposes of YOJ data-binding.final classRepresents a field of a POJO class, hand-written or generated e.g.final classRepresents a record class component for the purposes of YOJ data-binding.classMethods in tech.ydb.yoj.databind.schema.reflect that return types with arguments of type ReflectFieldModifier and TypeMethodDescriptiondefault Collection<ReflectField>ReflectField.getChildren()KotlinDataClassType.getFields()ReflectType.getFields()Returns subfields of this type in the order of their appearance inthe canonical all-arg constructor.SimpleType.getFields()