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

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

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( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def copy(arg0: Integer): JsonSchema
    Definition Classes
    JsonSchema
  8. def copy(): JsonSchema
    Definition Classes
    JsonSchema
  9. def deepEquals(arg0: ParsedSchema): Boolean
    Definition Classes
    ParsedSchema
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    JsonSchema → AnyRef → Any
  12. def formattedString(arg0: String): String
    Definition Classes
    ParsedSchema
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getString(arg0: String): String
    Definition Classes
    JsonSchema
  15. def hashCode(): Int
    Definition Classes
    JsonSchema → AnyRef → Any
  16. def isBackwardCompatible(arg0: ParsedSchema): List[String]
    Definition Classes
    JsonSchema → ParsedSchema
  17. def isCompatible(arg0: CompatibilityLevel, arg1: List[_ <: ParsedSchema]): List[String]
    Definition Classes
    ParsedSchema
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def name(): String
    Definition Classes
    JsonSchema → ParsedSchema
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def normalize(): JsonSchema
    Definition Classes
    JsonSchema → ParsedSchema
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def rawSchema(): Schema
    Definition Classes
    JsonSchema → ParsedSchema
  25. def references(): List[SchemaReference]
    Definition Classes
    JsonSchema → ParsedSchema
  26. def resolvedReferences(): Map[String, String]
    Definition Classes
    JsonSchema
  27. val schemaString: String
  28. def schemaType(): String
    Definition Classes
    JsonSchema → ParsedSchema
  29. lazy val swaggerJsonSchema: Schema[_]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toJsonNode(): JsonNode
    Definition Classes
    JsonSchema
  32. def toString(): String
    Definition Classes
    JsonSchema → AnyRef → Any
  33. def validate(arg0: Any): Unit
    Definition Classes
    JsonSchema
    Annotations
    @throws( ... ) @throws( ... )
  34. def validate(): Unit
    Definition Classes
    JsonSchema → ParsedSchema
  35. def version(): Integer
    Definition Classes
    JsonSchema
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JsonSchema

Inherited from ParsedSchema

Inherited from AnyRef

Inherited from Any

Ungrouped