Uses of Record Class
tech.ydb.yoj.databind.schema.configuration.SchemaRegistry.SchemaKey
Packages that use SchemaRegistry.SchemaKey
-
Uses of SchemaRegistry.SchemaKey in tech.ydb.yoj.databind.schema
Constructors in tech.ydb.yoj.databind.schema with parameters of type SchemaRegistry.SchemaKeyModifierConstructorDescriptionprotectedSchema(@NonNull SchemaRegistry.SchemaKey<T> key, @NonNull Reflector reflector) -
Uses of SchemaRegistry.SchemaKey in tech.ydb.yoj.databind.schema.configuration
Methods in tech.ydb.yoj.databind.schema.configuration that return SchemaRegistry.SchemaKeyModifier and TypeMethodDescriptionstatic <T> SchemaRegistry.SchemaKey<T>static <T> SchemaRegistry.SchemaKey<T>SchemaRegistry.SchemaKey.of(@NonNull Class<T> clazz, NamingStrategy namingStrategy) <U> SchemaRegistry.SchemaKey<U>Methods in tech.ydb.yoj.databind.schema.configuration with parameters of type SchemaRegistry.SchemaKeyModifier and TypeMethodDescriptionSchemaRegistry.SchemaCreator.create(SchemaRegistry.SchemaKey<I> key, Reflector reflector) <T,I, S extends Schema<T>>
SSchemaRegistry.getOrCreate(@NonNull Class<? extends Schema> schemaClass, @NonNull SchemaRegistry.SchemaCreator<I, S> ctor, @NonNull SchemaRegistry.SchemaKey<I> schemaKey)