StringRestriction

net.reactivecore.cjs.restriction.StringRestriction
See theStringRestriction companion object
case class StringRestriction(format: OValidatingField[String, Success.type], pattern: OValidatingField[String, PatternValidator], minLength: OValidatingField[Int, MinLengthValidator], maxLength: OValidatingField[Int, MaxLengthValidator], contentMediaType: OValidatingField[String, Success.type], contentEncoding: OValidatingField[String, Success.type], contentSchema: OValidatingField[Schema, Success.type])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product