StringConstraints7

com.eclipsesource.schema.internal.draft7.constraints.StringConstraints7
case class StringConstraints7(minLength: Option[Int], maxLength: Option[Int], pattern: Option[String], format: Option[String], any: AnyConstraints) extends HasAnyConstraint, StringConstraints

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 resolvePath(path: String): Option[SchemaType]

Attributes

Definition Classes
override def subSchemas: Set[SchemaType]

Attributes

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

Inherited methods

def id: Option[String]

Attributes

Inherited from:
HasAnyConstraint
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def schemaType: Option[String]

Attributes

Inherited from:
HasAnyConstraint