c
com.eclipsesource.schema.internal.draft4.constraints
ObjectConstraints4
Companion object ObjectConstraints4
case class ObjectConstraints4(additionalProps: Option[SchemaType] = None, dependencies: Option[Map[String, SchemaType]] = None, patternProps: Option[Map[String, SchemaType]] = None, required: Option[Seq[String]] = None, minProperties: Option[Int] = None, maxProperties: Option[Int] = None, any: AnyConstraints = AnyConstraints4()) extends HasAnyConstraint with ObjectConstraints with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObjectConstraints4
- Serializable
- Product
- Equals
- ObjectConstraints
- HasAnyConstraint
- Constraint
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ObjectConstraints4(additionalProps: Option[SchemaType] = None, dependencies: Option[Map[String, SchemaType]] = None, patternProps: Option[Map[String, SchemaType]] = None, required: Option[Seq[String]] = None, minProperties: Option[Int] = None, maxProperties: Option[Int] = None, any: AnyConstraints = AnyConstraints4())
Type Members
- type A = ObjectConstraints4
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 additionalProps: Option[SchemaType]
- val any: AnyConstraints
- Definition Classes
- ObjectConstraints4 → HasAnyConstraint
- 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 dependencies: Option[Map[String, SchemaType]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def id: Option[String]
- Definition Classes
- HasAnyConstraint → Constraint
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxProperties: Option[Int]
- val minProperties: Option[Int]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val patternProps: Option[Map[String, SchemaType]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val required: Option[Seq[String]]
- def resolvePath(path: String): Option[SchemaType]
- Definition Classes
- ObjectConstraints4 → Constraint
- def schemaType: Option[String]
- Definition Classes
- HasAnyConstraint → Constraint
- def subSchemas: Set[SchemaType]
- Definition Classes
- ObjectConstraints4 → 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
- ObjectConstraints4 → 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])