MappingValidator

grackle.MappingValidator
See theMappingValidator companion trait

Attributes

Companion
trait
Source
mappingvalidator.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

abstract class Failure(val severity: Severity, val graphQLTypeName: String, val fieldName: Option[String]) extends AnsiColor

Attributes

Source
mappingvalidator.scala
Supertypes
trait AnsiColor
class Object
trait Matchable
class Any
Known subtypes
object Severity

Attributes

Companion
trait
Source
mappingvalidator.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Severity.type
sealed trait Severity extends Product

Attributes

Companion
object
Source
mappingvalidator.scala
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Error.type
object Info.type
object Warning.type
final case class ValidationException(failures: NonEmptyList[Failure]) extends RuntimeException, NoStackTrace

Attributes

Source
mappingvalidator.scala
Supertypes
trait Product
trait Equals
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[G[_]](m: Mapping[G]): MappingValidator

Attributes

Source
mappingvalidator.scala