All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.erosb.jsonsKema.True.kt Maven / Gradle / Ivy

There is a newer version: 0.20.0
Show newest version
package com.github.erosb.jsonsKema

data class TrueSchema(override val location: SourceLocation) : Schema(location) {
    override fun 

accept(visitor: SchemaVisitor

) = visitor.visitTrueSchema(this) }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy