Uses of Interface
tech.ydb.yoj.databind.schema.reflect.Reflector
Packages that use Reflector
Package
Description
-
Uses of Reflector in tech.ydb.yoj.databind.schema
Constructors in tech.ydb.yoj.databind.schema with parameters of type ReflectorModifierConstructorDescriptionprotectedSchema(@NonNull Class<T> type, @NonNull NamingStrategy namingStrategy, @NonNull Reflector reflector) protectedprotectedSchema(@NonNull SchemaRegistry.SchemaKey<T> key, @NonNull Reflector reflector) -
Uses of Reflector in tech.ydb.yoj.databind.schema.configuration
Methods in tech.ydb.yoj.databind.schema.configuration with parameters of type ReflectorModifier and TypeMethodDescriptionSchemaRegistry.SchemaCreator.create(SchemaRegistry.SchemaKey<I> key, Reflector reflector) -
Uses of Reflector in tech.ydb.yoj.databind.schema.reflect
Classes in tech.ydb.yoj.databind.schema.reflect that implement ReflectorModifier and TypeClassDescriptionfinal classStandardReflectorimplementation, suitable for most usages.Fields in tech.ydb.yoj.databind.schema.reflect declared as ReflectorMethods in tech.ydb.yoj.databind.schema.reflect with parameters of type ReflectorModifier 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) Constructors in tech.ydb.yoj.databind.schema.reflect with parameters of type ReflectorModifierConstructorDescriptionKotlinDataClassComponent(Reflector reflector, String name, kotlin.reflect.KProperty1<?, ?> property) KotlinDataClassType(Reflector reflector, Class<T> type) RecordField(@NonNull Reflector reflector, RecordComponent delegate) RecordType(@NonNull Reflector reflector, @NonNull Class<R> recordType) protectedReflectFieldBase(Reflector reflector, String name, Type genericType, Class<?> type, AnnotatedElement component)