Packages

case class CiteObjJson() extends Product with Serializable

A Class for creating service requests resolving to binary image data and following the IIIF-API.

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CiteObjJson
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CiteObjJson()

    create a new CiteObjJson service

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cite2UrnJson(doc: Json): Cite2Urn
  6. def cite2UrnString(doc: Json): Option[Cite2Urn]

    Given a JSON string, construct a single Cite2Urn

  7. def cite2UrnString(jsonString: String): Option[Cite2Urn]

    Given a JSON string, construct a single Cite2Urn

  8. def citeCatalog(doc: Json): CiteCatalog

    Returns a CiteCatalog

    Returns a CiteCatalog

    doc

    io.circe.Json

  9. def citeCatalog(jsonString: String): CiteCatalog

    Returns a CiteCatalog

    Returns a CiteCatalog

    jsonString

    JSON string

  10. def citeCollectionDef(doc: Json): CiteCollectionDef

    Returns a CiteCollectionDef

    Returns a CiteCollectionDef

    doc

    io.circe.Json

  11. def citeCollectionDef(jsonString: String): CiteCollectionDef

    Returns a CiteCollectionDef

  12. def citeObject(doc: Json): CiteObject

    Returns a CiteObject

    Returns a CiteObject

    doc

    io.circe.Json

  13. def citeObject(jsonString: String): CiteObject

    Returns a CiteObject

    Returns a CiteObject

    jsonString

    JSON string

  14. def citePropertyDef(doc: Json): CitePropertyDef

    Returns a CitePropertyDef

    Returns a CitePropertyDef

    doc

    io.circe.Json

  15. def citePropertyDef(jsonString: String): CitePropertyDef

    Returns a CitePropertyDef

    Returns a CitePropertyDef

    jsonString

    JSON string

  16. def citePropertyImplementation(doc: Json): CitePropertyImplementation

    Returns a CitePropertyImplementation

    Returns a CitePropertyImplementation

    doc

    io.circe.Json

  17. def citePropertyImplementation(jsonString: String): CitePropertyImplementation

    Returns a CitePropertyImplementation

    Returns a CitePropertyImplementation

    jsonString

    JSON string

  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  19. def dataModel(doc: Json): DataModel

    Returns a DataModel

    Returns a DataModel

    doc

    io.circe.Json

  20. def dataModel(jsonString: String): DataModel

    Returns a DataModel

    Returns a DataModel

    jsonString

    JSON string

  21. def dataModels(doc: Json): Vector[DataModel]

    Returns a Vector[DataModel]

    Returns a Vector[DataModel]

    doc

    io.circe.Json

  22. def dataModels(jsonString: String): Vector[DataModel]

    Returns a Vector[DataModel]

    Returns a Vector[DataModel]

    jsonString

    JSON string

  23. def dsesForVectorOfCiteObjects(doc: Json): Option[Vector[DsePassage]]
  24. def dsesForVectorOfCiteObjects(jsonString: String): Option[Vector[DsePassage]]
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def exists: Boolean

    True if this class exists

  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def parseBoolean(str: String): Boolean

    True if this node is URN-similar to a second URN.

    True if this node is URN-similar to a second URN.

    str

    String expected to be "true" or "false"

  33. def statsForVectorOfCiteObjects(doc: Json): Option[Map[String, Int]]

    Returns an Option[Map[String,Int]]

    Returns an Option[Map[String,Int]]

    doc

    io.circe.Json

  34. def statsForVectorOfCiteObjects(jsonString: String): Option[Map[String, Int]]

    Returns an Option[Map[String,Int]]

    Returns an Option[Map[String,Int]]

    jsonString

    JSON String

  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def vectorOfCite2Urns(doc: Json): Vector[Cite2Urn]

    Returns a Vector[Cite2Urn]

    Returns a Vector[Cite2Urn]

    doc

    io.circe.Json

  37. def vectorOfCite2Urns(jsonString: String): Vector[Cite2Urn]

    Returns a Vector[Cite2Urn]

    Returns a Vector[Cite2Urn]

    jsonString

    JSON String

  38. def vectorOfCiteObjects(doc: Json): Vector[CiteObject]

    Returns a Vector[CiteObject]

    Returns a Vector[CiteObject]

    doc

    io.circe.Json

  39. def vectorOfCiteObjects(jsonString: String): Vector[CiteObject]

    Returns a Vector[CiteObject]

    Returns a Vector[CiteObject]

    jsonString

    JSON string

  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
    @native() @throws( ... )
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

  2. def parseLibraryInfo(jsonString: String): Map[String, String]

    Returns a Map("urn" -> String, "name" -> String, "license" -> String)

    Returns a Map("urn" -> String, "name" -> String, "license" -> String)

    Annotations
    @deprecated
    Deprecated

    (Since version citejson 1.1.2) Moved to CiteLibraryJson

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped