Package tech.ydb.yoj.databind.schema.reflect
package tech.ydb.yoj.databind.schema.reflect
-
ClassDescriptionRepresents a Kotlin data class component for the purposes of YOJ data-binding.Represents a Kotlin data class for the purposes of YOJ data-binding.Represents a field of a POJO class, hand-written or generated e.g.PojoType<T>POJO with an all-args constructor.Represents a record class component for the purposes of YOJ data-binding.RecordType<R extends Record>Represents a record class for the purposes of YOJ data-binding.Basic reflection information about a field of a type with a
schema, or more generally, its read-only property.ReflectType<T>Basic reflection information for the specified raw type.SimpleType<T>Represents a simple data type which has no subfields and even no explicit constructor, e.g.StandardReflectorimplementation, suitable for most usages.