Uses of Interface
tech.ydb.yoj.databind.schema.reflect.ReflectField
Packages that use ReflectField
-
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.Methods 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()