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()
- Alphabetic
- By Inheritance
- CiteObjJson
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
CiteObjJson()
create a new CiteObjJson service
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 cite2UrnJson(doc: Json): Cite2Urn
-
def
cite2UrnString(doc: Json): Option[Cite2Urn]
Given a JSON string, construct a single Cite2Urn
-
def
cite2UrnString(jsonString: String): Option[Cite2Urn]
Given a JSON string, construct a single Cite2Urn
-
def
citeCatalog(doc: Json): CiteCatalog
Returns a CiteCatalog
Returns a CiteCatalog
- doc
io.circe.Json
-
def
citeCatalog(jsonString: String): CiteCatalog
Returns a CiteCatalog
Returns a CiteCatalog
- jsonString
JSON string
-
def
citeCollectionDef(doc: Json): CiteCollectionDef
Returns a CiteCollectionDef
Returns a CiteCollectionDef
- doc
io.circe.Json
-
def
citeCollectionDef(jsonString: String): CiteCollectionDef
Returns a CiteCollectionDef
-
def
citeObject(doc: Json): CiteObject
Returns a CiteObject
Returns a CiteObject
- doc
io.circe.Json
-
def
citeObject(jsonString: String): CiteObject
Returns a CiteObject
Returns a CiteObject
- jsonString
JSON string
-
def
citePropertyDef(doc: Json): CitePropertyDef
Returns a CitePropertyDef
Returns a CitePropertyDef
- doc
io.circe.Json
-
def
citePropertyDef(jsonString: String): CitePropertyDef
Returns a CitePropertyDef
Returns a CitePropertyDef
- jsonString
JSON string
-
def
citePropertyImplementation(doc: Json): CitePropertyImplementation
Returns a CitePropertyImplementation
Returns a CitePropertyImplementation
- doc
io.circe.Json
-
def
citePropertyImplementation(jsonString: String): CitePropertyImplementation
Returns a CitePropertyImplementation
Returns a CitePropertyImplementation
- jsonString
JSON string
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
dataModel(doc: Json): DataModel
Returns a DataModel
Returns a DataModel
- doc
io.circe.Json
-
def
dataModel(jsonString: String): DataModel
Returns a DataModel
Returns a DataModel
- jsonString
JSON string
-
def
dataModels(doc: Json): Vector[DataModel]
Returns a Vector[DataModel]
Returns a Vector[DataModel]
- doc
io.circe.Json
-
def
dataModels(jsonString: String): Vector[DataModel]
Returns a Vector[DataModel]
Returns a Vector[DataModel]
- jsonString
JSON string
- def dsesForVectorOfCiteObjects(doc: Json): Option[Vector[DsePassage]]
- def dsesForVectorOfCiteObjects(jsonString: String): Option[Vector[DsePassage]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
exists: Boolean
True if this class exists
-
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
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"
-
def
statsForVectorOfCiteObjects(doc: Json): Option[Map[String, Int]]
Returns an Option[Map[String,Int]]
Returns an Option[Map[String,Int]]
- doc
io.circe.Json
-
def
statsForVectorOfCiteObjects(jsonString: String): Option[Map[String, Int]]
Returns an Option[Map[String,Int]]
Returns an Option[Map[String,Int]]
- jsonString
JSON String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
vectorOfCite2Urns(doc: Json): Vector[Cite2Urn]
Returns a Vector[Cite2Urn]
Returns a Vector[Cite2Urn]
- doc
io.circe.Json
-
def
vectorOfCite2Urns(jsonString: String): Vector[Cite2Urn]
Returns a Vector[Cite2Urn]
Returns a Vector[Cite2Urn]
- jsonString
JSON String
-
def
vectorOfCiteObjects(doc: Json): Vector[CiteObject]
Returns a Vector[CiteObject]
Returns a Vector[CiteObject]
- doc
io.circe.Json
-
def
vectorOfCiteObjects(jsonString: String): Vector[CiteObject]
Returns a Vector[CiteObject]
Returns a Vector[CiteObject]
- jsonString
JSON string
-
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( ... )
Deprecated Value Members
-
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.
-
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