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

org.http4k.util.deprecatedContract.kt Maven / Gradle / Ivy

There is a newer version: 5.31.0.0
Show newest version
package org.http4k.util

@Deprecated("moved", ReplaceWith("org.http4k.contract.jsonschema.JsonSchema"))
typealias JsonSchema = org.http4k.contract.jsonschema.JsonSchema

@Deprecated("moved", ReplaceWith("org.http4k.contract.jsonschema.JsonSchemaCreator"))
typealias JsonSchemaCreator = org.http4k.contract.jsonschema.JsonSchemaCreator




© 2015 - 2024 Weber Informatics LLC | Privacy Policy