SwiftSchemaHandler

class SwiftSchemaHandler : SchemaHandler

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun handle(schema: Schema, context: SchemaHandler.Context)
open override fun handle(service: Service, context: SchemaHandler.Context): List<Path>
open override fun handle(type: Type, context: SchemaHandler.Context): Path?
open override fun handle(extend: Extend, field: Field, context: SchemaHandler.Context): Path?