Package-level declarations
Types
Link copied to clipboard
abstract class AbstractSchemaGenerator<T : Any, R : Any>(introspector: SchemaIntrospector<T>, typeGraphTransformer: TypeGraphTransformer<R>) : SchemaGenerator<T, R>
Abstract base class for generating schemas by combining introspection and representation logic.
Link copied to clipboard
Link copied to clipboard
object SchemaGeneratorService