case class OpenAPIJsonSchema(schemaString: String) extends JsonSchema with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, JsonSchema, ParsedSchema, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenAPIJsonSchema
  2. Serializable
  3. Product
  4. Equals
  5. JsonSchema
  6. ParsedSchema
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new OpenAPIJsonSchema(schemaString: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def canonicalString(): String
    Definition Classes
    JsonSchema → ParsedSchema
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. def copy(arg0: Map[SchemaEntity, Set[String]], arg1: Map[SchemaEntity, Set[String]]): ParsedSchema
    Definition Classes
    JsonSchema → ParsedSchema
  8. def copy(arg0: Metadata, arg1: RuleSet): JsonSchema
    Definition Classes
    JsonSchema → ParsedSchema
  9. def copy(arg0: Integer): JsonSchema
    Definition Classes
    JsonSchema → ParsedSchema
  10. def copy(): JsonSchema
    Definition Classes
    JsonSchema → ParsedSchema
  11. def deepEquals(arg0: ParsedSchema): Boolean
    Definition Classes
    ParsedSchema
  12. val deserializer: CirceJsonDeserializer
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    JsonSchema → AnyRef → Any
  15. def formattedString(arg0: String): String
    Definition Classes
    ParsedSchema
  16. def fromJson(arg0: JsonNode): AnyRef
    Definition Classes
    JsonSchema → ParsedSchema
    Annotations
    @throws(classOf[java.io.IOException])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. def getString(arg0: String): String
    Definition Classes
    JsonSchema
  19. def has(arg0: String): Boolean
    Definition Classes
    JsonSchema
  20. def hashCode(): Int
    Definition Classes
    JsonSchema → AnyRef → Any
  21. def inlineTags(): Set[String]
    Definition Classes
    JsonSchema → ParsedSchema
  22. def isBackwardCompatible(arg0: ParsedSchema): List[String]
    Definition Classes
    JsonSchema → ParsedSchema
  23. def isCompatible(arg0: CompatibilityLevel, arg1: List[ParsedSchemaHolder]): List[String]
    Definition Classes
    ParsedSchema
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def metadata(): Metadata
    Definition Classes
    JsonSchema → ParsedSchema
  26. def name(): String
    Definition Classes
    JsonSchema → ParsedSchema
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def normalize(): JsonSchema
    Definition Classes
    JsonSchema → ParsedSchema
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def rawSchema(): Schema
    Definition Classes
    JsonSchema → ParsedSchema
  33. def references(): List[SchemaReference]
    Definition Classes
    JsonSchema → ParsedSchema
  34. def resolvedReferences(): Map[String, String]
    Definition Classes
    JsonSchema
  35. val returnType: TypingResult
  36. def ruleSet(): RuleSet
    Definition Classes
    JsonSchema → ParsedSchema
  37. val schemaString: String
  38. def schemaType(): String
    Definition Classes
    JsonSchema → ParsedSchema
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def tags(): Set[String]
    Definition Classes
    ParsedSchema
  41. def toJson(arg0: AnyRef): JsonNode
    Definition Classes
    JsonSchema → ParsedSchema
    Annotations
    @throws(classOf[java.io.IOException])
  42. def toJsonNode(): JsonNode
    Definition Classes
    JsonSchema
  43. def toString(): String
    Definition Classes
    JsonSchema → AnyRef → Any
  44. def transformMessage(arg0: RuleContext, arg1: FieldTransform, arg2: AnyRef): AnyRef
    Definition Classes
    JsonSchema → ParsedSchema
    Annotations
    @throws(classOf[io.confluent.kafka.schemaregistry.rules.RuleException])
  45. def validate(arg0: AnyRef): Unit
    Definition Classes
    JsonSchema
    Annotations
    @throws(classOf[com.fasterxml.jackson.core.JsonProcessingException]) @throws(classOf[org.everit.json.schema.ValidationException])
  46. def validate(): Unit
    Definition Classes
    JsonSchema → ParsedSchema
  47. def version(): Integer
    Definition Classes
    JsonSchema → ParsedSchema
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JsonSchema

Inherited from ParsedSchema

Inherited from AnyRef

Inherited from Any

Ungrouped