case class AnyConstraints7(schemaType: Option[String] = None, allOf: Option[Seq[SchemaType]] = None, anyOf: Option[Seq[SchemaType]] = None, oneOf: Option[Seq[SchemaType]] = None, definitions: Option[Map[String, SchemaType]] = None, enum: Option[Seq[JsValue]] = None, const: Option[JsValue] = None, not: Option[SchemaType] = None, description: Option[String] = None, id: Option[String] = None, _if: Option[SchemaType] = None, _then: Option[SchemaType] = None, _else: Option[SchemaType] = None) extends AnyConstraints with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnyConstraints7
- Serializable
- Product
- Equals
- AnyConstraints
- Constraint
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AnyConstraints7(schemaType: Option[String] = None, allOf: Option[Seq[SchemaType]] = None, anyOf: Option[Seq[SchemaType]] = None, oneOf: Option[Seq[SchemaType]] = None, definitions: Option[Map[String, SchemaType]] = None, enum: Option[Seq[JsValue]] = None, const: Option[JsValue] = None, not: Option[SchemaType] = None, description: Option[String] = None, id: Option[String] = None, _if: Option[SchemaType] = None, _then: Option[SchemaType] = None, _else: Option[SchemaType] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _else: Option[SchemaType]
- val _if: Option[SchemaType]
- val _then: Option[SchemaType]
- val allOf: Option[Seq[SchemaType]]
- val anyOf: Option[Seq[SchemaType]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val const: Option[JsValue]
- val definitions: Option[Map[String, SchemaType]]
- val description: Option[String]
- val enum: Option[Seq[JsValue]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val id: Option[String]
- Definition Classes
- AnyConstraints7 → Constraint
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val not: Option[SchemaType]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val oneOf: Option[Seq[SchemaType]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def resolvePath(path: String): Option[SchemaType]
- Definition Classes
- AnyConstraints7 → Constraint
- val schemaType: Option[String]
- Definition Classes
- AnyConstraints7 → Constraint
- def subSchemas: Set[SchemaType]
- Definition Classes
- AnyConstraints7 → Constraint
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def validate(schema: SchemaType, json: JsValue, context: SchemaResolutionContext)(implicit lang: Lang): VA[JsValue]
- Definition Classes
- AnyConstraints7 → Constraint
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])