IncompatibleUnionVariant

sttp.apispec.validation.IncompatibleUnionVariant
case class IncompatibleUnionVariant(index: Int, subschemaIssues: List[SchemaCompatibilityIssue]) extends SubschemaCompatibilityIssue

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