NoConstraints

com.eclipsesource.schema.internal.constraints.Constraints.NoConstraints
case class NoConstraints() extends Constraint

Attributes

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

Members list

Value members

Concrete methods

override def id: Option[String]

Attributes

Definition Classes
override def resolvePath(path: String): Option[SchemaType]

Attributes

Definition Classes
override def schemaType: Option[String]

Attributes

Definition Classes
override def subSchemas: Set[SchemaType]

Attributes

Definition Classes
override def validate(schema: SchemaType, json: JsValue, context: SchemaResolutionContext)(implicit lang: Lang): VA[JsValue]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product