interface SchemaHandler
abstract fun handle(type: Type): Unitabstract fun handle(service: Service): Unitopen fun handle(protoFile: ProtoFile, emittingRules: EmittingRules, claimedDefinitions: ClaimedDefinitions, isExclusive: Boolean): Unit
This will handle all Types and Services of the |