Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class GenerationException(message: String, val file: String, val line: Int, val column: Int) : Exception
Link copied to clipboard
Link copied to clipboard
abstract class Generator(val api: WebApi, options: Generator.Options)

Common base class for generators and their parameters

Link copied to clipboard
data class ProblemTypeDefinition(val type: URI, val status: Int, val title: String, val detail: String, val custom: Map<String, String>, val definedIn: BaseUnit, val source: ObjectNode)
Link copied to clipboard
interface TypeRegistry

Functions

Link copied to clipboard
fun genError(message: String, element: DomainElement? = null): Nothing