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()
  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 finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def format: Plain[String]
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def id: Plain[String]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def items: Plain[JSONSchemaPropsOrArray]
  27. def maxItems: Plain[Int]
  28. def maxLength: Plain[Int]
  29. def maxProperties: Plain[Int]
  30. def maximum: Plain[Double]
  31. def minItems: Plain[Int]
  32. def minLength: Plain[Int]
  33. def minProperties: Plain[Int]
  34. def minimum: Plain[Double]
  35. def multipleOf: Plain[Double]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def not: JSONSchemaPropsPointer
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def nullable: Plain[Boolean]
  41. def oneOf: ListPointer[JSONSchemaProps]
  42. def pattern: Plain[String]
  43. def patternProperties: MapPointer[JSONSchemaProps]
  44. def properties: MapPointer[JSONSchemaProps]
  45. def ref: Plain[String]
  46. def required: ListPointer[String]
  47. def schema: Plain[String]
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def title: Plain[String]
  50. def type: Plain[String]
  51. def uniqueItems: Plain[Boolean]
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. def x-kubernetes-embedded-resource: Plain[Boolean]
  56. def x-kubernetes-int-or-string: Plain[Boolean]
  57. def x-kubernetes-list-map-keys: ListPointer[String]
  58. def x-kubernetes-list-type: Plain[String]
  59. def x-kubernetes-map-type: Plain[String]
  60. def x-kubernetes-preserve-unknown-fields: Plain[Boolean]
  61. def x-kubernetes-validations: ListPointer[ValidationRule]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Pointer[JSONSchemaProps]

Inherited from AnyRef

Inherited from Any

Ungrouped