interface CustomHandlerBeta
Implementations of this interface must have a no-arguments public constructor.
This API is currently unstable. We will be changing this API in the future.
abstract fun newHandler(schema: Schema, fs: FileSystem, outDirectory: String, logger: WireLogger, newProfileLoader: NewProfileLoader): SchemaHandler |