GeneralSchemaMismatch

sttp.apispec.validation.GeneralSchemaMismatch
case class GeneralSchemaMismatch(writerSchema: Schema, readerSchema: Schema) extends SchemaCompatibilityIssue

A SchemaCompatibilityIssue used when the schemas are different but the comparator was unable to determine compatibility. Thus, the schemas may or may not be compatible.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def description: String

Inherited methods

protected def form(coll: Seq[Any], singular: String, plural: String): String

Attributes

Inherited from:
SchemaCompatibilityIssue
protected def issuesRepr(issues: List[SchemaCompatibilityIssue]): String

Attributes

Inherited from:
SchemaCompatibilityIssue
protected def pluralize(what: String, coll: Seq[Any]): String

Attributes

Inherited from:
SchemaCompatibilityIssue
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Inherited from:
SchemaCompatibilityIssue