object
Validation
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
object
contentEncoding extends Validation[String, String] with Product with Serializable
-
object
contentMediaType extends Validation[String, String] with Product with Serializable
-
object
contentSchema extends Validation[String, Schema[_]] with Product with Serializable
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
object
exclusiveMaximum extends Validation[Number, Number] with Product with Serializable
-
object
exclusiveMinimum extends Validation[Number, Number] with Product with Serializable
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
object
maxContains extends Validation[Iterable[_], Int] with Product with Serializable
-
object
maxItems extends Validation[Iterable[_], Int] with Product with Serializable
-
object
maxLength extends Validation[String, Int] with Product with Serializable
-
object
maxProperties extends Validation[Map[_, _], Int] with Product with Serializable
-
object
maximum extends Validation[Number, Number] with Product with Serializable
-
object
minContains extends Validation[Iterable[_], Int] with Product with Serializable
-
object
minItems extends Validation[Iterable[_], Int] with Product with Serializable
-
object
minLength extends Validation[String, Int] with Product with Serializable
-
object
minProperties extends Validation[Map[_, _], Int] with Product with Serializable
-
object
minimum extends Validation[Number, Number] with Product with Serializable
-
object
multipleOf extends Validation[Number, Number] with Product with Serializable
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
object
pattern extends Validation[String, String] with Product with Serializable
-
object
patternProperties extends Validation[Map[_, _], String] with Product with Serializable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
object
uniqueItems extends Validation[Iterable[_], Boolean] with Product with Serializable
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any