Packages

c

amf.validation.internal

JVMValidationResult

case class JVMValidationResult(value: JObject) extends ValidationResult with JSONLDParser with Product with Serializable

A SHACL ValidationResult

value

parsed JSON-LD node for the validation result reosurce

Linear Supertypes
Serializable, Serializable, Product, Equals, JSONLDParser, ValidationResult, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JVMValidationResult
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. JSONLDParser
  7. ValidationResult
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JVMValidationResult(value: JObject)

    value

    parsed JSON-LD node for the validation result reosurce

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from JVMValidationResult to any2stringadd[JVMValidationResult] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JVMValidationResult, B)
    Implicit
    This member is added by an implicit conversion from JVMValidationResult to ArrowAssoc[JVMValidationResult] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val SHACL_CONSTRAINT: String
  7. val SHACL_FOCUS_NODE: String
  8. val SHACL_MESSAGE: String
  9. val SHACL_PATH: String
  10. val SHACL_SEVERITY: String
  11. val SHACL_SOURCE_SHAPE: String
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def ensuring(cond: (JVMValidationResult) ⇒ Boolean, msg: ⇒ Any): JVMValidationResult
    Implicit
    This member is added by an implicit conversion from JVMValidationResult to Ensuring[JVMValidationResult] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (JVMValidationResult) ⇒ Boolean): JVMValidationResult
    Implicit
    This member is added by an implicit conversion from JVMValidationResult to Ensuring[JVMValidationResult] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): JVMValidationResult
    Implicit
    This member is added by an implicit conversion from JVMValidationResult to Ensuring[JVMValidationResult] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): JVMValidationResult
    Implicit
    This member is added by an implicit conversion from JVMValidationResult to Ensuring[JVMValidationResult] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def extractId(json: JValue, toFind: String): Option[String]

    Extracts the first ID for a JSON-LD node property

    Extracts the first ID for a JSON-LD node property

    json

    JSON Value

    toFind

    property to find

    Definition Classes
    JSONLDParser
  20. def extractIds(json: JValue, toFind: String): List[String]

    Extracts all the IDs for a JSON-LD node property

    Extracts all the IDs for a JSON-LD node property

    json

    JSON value

    toFind

    property to find

    Definition Classes
    JSONLDParser
  21. def extractSubject(jsonld: JObject): Option[String]
    Definition Classes
    JSONLDParser
  22. def extractValue(json: JValue, toFind: String): Option[JValue]

    Extracts a single value by property from a JSON-LD resource node

    Extracts a single value by property from a JSON-LD resource node

    json

    JSON-LD resource node

    toFind

    property to find

    Definition Classes
    JSONLDParser
  23. def extractValues(json: JValue, toFind: String): List[JValue]

    Extracts a value from an expanded JSON-LD node

    Extracts a value from an expanded JSON-LD node

    json

    JSON-LD resource

    toFind

    property to find in the resource

    returns

    Optional value found

    Definition Classes
    JSONLDParser
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def focusNode: String
    Definition Classes
    JVMValidationResult → ValidationResult
  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from JVMValidationResult to StringFormat[JVMValidationResult] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def message: Option[String]
    Definition Classes
    JVMValidationResult → ValidationResult
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def path: String
    Definition Classes
    JVMValidationResult → ValidationResult
  34. def severity: String
    Definition Classes
    JVMValidationResult → ValidationResult
  35. def sourceConstraintComponent: String
    Definition Classes
    JVMValidationResult → ValidationResult
  36. def sourceShape: String

    Returns the Shape holding declaring the violated constraint.

    Returns the Shape holding declaring the violated constraint. If it is an AMF validation, we always report the URI of th node shape, never the property shape

    Definition Classes
    JVMValidationResult → ValidationResult
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. val value: JObject
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. def [B](y: B): (JVMValidationResult, B)
    Implicit
    This member is added by an implicit conversion from JVMValidationResult to ArrowAssoc[JVMValidationResult] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JSONLDParser

Inherited from ValidationResult

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JVMValidationResult to any2stringadd[JVMValidationResult]

Inherited by implicit conversion StringFormat from JVMValidationResult to StringFormat[JVMValidationResult]

Inherited by implicit conversion Ensuring from JVMValidationResult to Ensuring[JVMValidationResult]

Inherited by implicit conversion ArrowAssoc from JVMValidationResult to ArrowAssoc[JVMValidationResult]

Ungrouped