case class Ohco2Json() extends Product with Serializable
A Class for creating service requests resolving to binary image data and following the IIIF-API.
- Annotations
- @JSExportAll()
- Alphabetic
- By Inheritance
- Ohco2Json
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def commentaryForCorpus(doc: Json): Option[Vector[CiteTriple]]
- def commentaryForCorpus(jsonString: String): Option[Vector[CiteTriple]]
- def dsesForCorpus(doc: Json): Option[Vector[DsePassage]]
- def dsesForCorpus(jsonString: String): Option[Vector[DsePassage]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def exists: Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
o2Catalog(doc: Json): Catalog
Given a io.circe.Json object, construct an Ohco2 Catalog
-
def
o2Catalog(jsonString: String): Catalog
Given a JSON string, construct an Ohco2 Catalog
-
def
o2CatalogEntry(doc: Json): CatalogEntry
Given a io.circe.Json object, construct a single Ohco2 CatalogEntry
-
def
o2CatalogEntry(jsonString: String): CatalogEntry
Given a JSON string, construct a single Ohco2 CatalogEntry
-
def
o2CitableNode(doc: Json): CitableNode
Given a io.circe.Json object, construct a CitableNode
-
def
o2CitableNode(jsonString: String): CitableNode
Given a JSON string, construct a CitableNode
-
def
o2CtsUrnString(doc: Json): Option[CtsUrn]
Given a JSON string, construct a single CtsUrn
-
def
o2CtsUrnString(jsonString: String): Option[CtsUrn]
Given a JSON string, construct a single CtsUrn
-
def
o2ReffVector(doc: Json): Vector[CtsUrn]
Given a io.circe.Json object, construct an Ohco2 Catalog
-
def
o2ReffVector(jsonString: String): Vector[CtsUrn]
Given a JSON string, construct a Vector of CtsUrns
-
def
o2StringCount(doc: Json): StringCount
Given a JSON object, construct a StringCount
-
def
o2StringCount(jsonString: String): StringCount
Given a JSON string, construct a StringCount
-
def
o2VectorOfCitableNodes(doc: Json): Vector[CitableNode]
Given a io.circe.Json object, construct a Vector of CitableNodes
-
def
o2VectorOfCitableNodes(jsonString: String): Vector[CitableNode]
Given a JSON string, construct a Vector of CitableNodes
-
def
o2VectorOfStringCounts(doc: Json): Vector[StringCount]
Given a JSON string, construct a Vector of StringCounts
-
def
o2VectorOfStringCounts(jsonString: String): Vector[StringCount]
Given a JSON string, construct a Vector of StringCounts
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )