Packages

final case class JSONSchemaPropsPointer(currentPath: PointerPath = PointerPath()) extends Pointer[JSONSchemaProps] with Product with Serializable

Pointer for JSONSchemaProps

Source
JSONSchemaPropsPointer.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSONSchemaPropsPointer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Pointer
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JSONSchemaPropsPointer(currentPath: PointerPath = PointerPath())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def additionalItems: Plain[JSONSchemaPropsOrBool]
  5. def additionalProperties: Plain[JSONSchemaPropsOrBool]
  6. def allOf: ListPointer[JSONSchemaProps]
  7. def anyOf: ListPointer[JSONSchemaProps]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. val currentPath: PointerPath
    Definition Classes
    JSONSchemaPropsPointerPointer
  11. def default: Plain[JSON]
  12. def definitions: MapPointer[JSONSchemaProps]
  13. def dependencies: MapPointer[JSONSchemaPropsOrStringArray]
  14. def description: Plain[String]
  15. def enum: ListPointer[JSON]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def example: Plain[JSON]
  18. def exclusiveMaximum: Plain[Boolean]
  19. def exclusiveMinimum: Plain[Boolean]
  20. def externalDocs: ExternalDocumentationPointer
  21. def format: Plain[String]
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def id: Plain[String]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def items: Plain[JSONSchemaPropsOrArray]
  26. def maxItems: Plain[Long]
  27. def maxLength: Plain[Long]
  28. def maxProperties: Plain[Long]
  29. def maximum: Plain[Double]
  30. def minItems: Plain[Long]
  31. def minLength: Plain[Long]
  32. def minProperties: Plain[Long]
  33. def minimum: Plain[Double]
  34. def multipleOf: Plain[Double]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def not: JSONSchemaPropsPointer
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def nullable: Plain[Boolean]
  40. def oneOf: ListPointer[JSONSchemaProps]
  41. def pattern: Plain[String]
  42. def patternProperties: MapPointer[JSONSchemaProps]
  43. def properties: MapPointer[JSONSchemaProps]
  44. def ref: Plain[String]
  45. def required: ListPointer[String]
  46. def schema: Plain[String]
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def title: Plain[String]
  49. def type: Plain[String]
  50. def uniqueItems: Plain[Boolean]
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def x-kubernetes-embedded-resource: Plain[Boolean]
  55. def x-kubernetes-int-or-string: Plain[Boolean]
  56. def x-kubernetes-list-map-keys: ListPointer[String]
  57. def x-kubernetes-list-type: Plain[String]
  58. def x-kubernetes-map-type: Plain[String]
  59. def x-kubernetes-preserve-unknown-fields: Plain[Boolean]
  60. def x-kubernetes-validations: ListPointer[ValidationRule]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Pointer[JSONSchemaProps]

Inherited from AnyRef

Inherited from Any

Ungrouped