Uses of Interface
tech.ydb.yoj.databind.schema.reflect.ReflectType
Packages that use ReflectType
-
Uses of ReflectType in tech.ydb.yoj.databind.schema
Fields in tech.ydb.yoj.databind.schema declared as ReflectType -
Uses of ReflectType in tech.ydb.yoj.databind.schema.reflect
Classes in tech.ydb.yoj.databind.schema.reflect that implement ReflectTypeModifier and TypeClassDescriptionfinal classRepresents a Kotlin data class for the purposes of YOJ data-binding.final classPojoType<T>POJO with an all-args constructor.final classRecordType<R extends Record>Represents a record class for the purposes of YOJ data-binding.final classSimpleType<T>Represents a simple data type which has no subfields and even no explicit constructor, e.g.Methods in tech.ydb.yoj.databind.schema.reflect that return ReflectTypeModifier 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) ReflectType<?>ReflectField.getReflectType()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) <T> ReflectType<T>Reflector.reflectRootType(Class<T> type) Gets reflection information for a root type, that is, a type that can have aschema: a public concrete class.<T> ReflectType<T>StdReflector.reflectRootType(Class<T> type)