SchemaCompatibilityIssue

sttp.apispec.validation.SchemaCompatibilityIssue
sealed abstract class SchemaCompatibilityIssue

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def description: String

Concrete methods

protected def form(coll: Seq[Any], singular: String, plural: String): String
protected def issuesRepr(issues: List[SchemaCompatibilityIssue]): String
protected def pluralize(what: String, coll: Seq[Any]): String
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
Any