final case class JSONSchemaPropsPointer(currentPath: PointerPath = PointerPath()) extends Pointer[JSONSchemaProps] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSONSchemaPropsPointer
- Serializable
- Serializable
- Product
- Equals
- Pointer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
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 format: Plain[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def id: Plain[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def items: Plain[JSONSchemaPropsOrArray]
- def maxItems: Plain[Long]
- def maxLength: Plain[Long]
- def maxProperties: Plain[Long]
- def maximum: Plain[Double]
- def minItems: Plain[Long]
- def minLength: Plain[Long]
- def minProperties: Plain[Long]
- 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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def nullable: Plain[Boolean]
- def oneOf: ListPointer[JSONSchemaProps]
- def pattern: Plain[String]
- def patternProperties: MapPointer[JSONSchemaProps]
- 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(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- 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]