final case class JSONSchemaPropsPointer(currentPath: PointerPath = PointerPath()) extends Pointer[JSONSchemaProps] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSONSchemaPropsPointer
- Serializable
- Product
- Equals
- Pointer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JSONSchemaPropsPointer(currentPath: PointerPath = PointerPath())
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
- def additionalItems: Plain[JSONSchemaPropsOrBool]
- def additionalProperties: Plain[JSONSchemaPropsOrBool]
- def allOf: ListPointer[JSONSchemaProps]
- def anyOf: ListPointer[JSONSchemaProps]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val currentPath: PointerPath
- Definition Classes
- JSONSchemaPropsPointer → Pointer
- def default: Plain[JSON]
- def definitions: MapPointer[JSONSchemaProps]
- def dependencies: MapPointer[JSONSchemaPropsOrStringArray]
- def description: Plain[String]
- def enum: ListPointer[JSON]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def example: Plain[JSON]
- def exclusiveMaximum: Plain[Boolean]
- def exclusiveMinimum: Plain[Boolean]
- def externalDocs: ExternalDocumentationPointer
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def format: Plain[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: Plain[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def items: Plain[JSONSchemaPropsOrArray]
- def maxItems: Plain[Int]
- def maxLength: Plain[Int]
- def maxProperties: Plain[Int]
- def maximum: Plain[Double]
- def minItems: Plain[Int]
- def minLength: Plain[Int]
- def minProperties: Plain[Int]
- def minimum: Plain[Double]
- def multipleOf: Plain[Double]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def not: JSONSchemaPropsPointer
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def nullable: Plain[Boolean]
- def oneOf: ListPointer[JSONSchemaProps]
- def pattern: Plain[String]
- def patternProperties: MapPointer[JSONSchemaProps]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def properties: MapPointer[JSONSchemaProps]
- def ref: Plain[String]
- def required: ListPointer[String]
- def schema: Plain[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title: Plain[String]
- def type: Plain[String]
- def uniqueItems: Plain[Boolean]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def x-kubernetes-embedded-resource: Plain[Boolean]
- def x-kubernetes-int-or-string: Plain[Boolean]
- def x-kubernetes-list-map-keys: ListPointer[String]
- def x-kubernetes-list-type: Plain[String]
- def x-kubernetes-map-type: Plain[String]
- def x-kubernetes-preserve-unknown-fields: Plain[Boolean]
- def x-kubernetes-validations: ListPointer[ValidationRule]