JString

org.typelevel.jawn.ast.JString
See theJString companion object
case class JString(s: String) extends JAtom

Attributes

Companion
object
Source
JValue.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class JAtom
class JValue
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final override def asString: String

Attributes

Definition Classes
Source
JValue.scala
final override def getString: Option[String]

Attributes

Definition Classes
Source
JValue.scala
final def valueType: String

Attributes

Source
JValue.scala

Inherited methods

def asBigDecimal: BigDecimal

Attributes

Inherited from:
JValue
Source
JValue.scala
def asBigInt: BigInt

Attributes

Inherited from:
JValue
Source
JValue.scala
def asBoolean: Boolean

Attributes

Inherited from:
JValue
Source
JValue.scala
def asDouble: Double

Attributes

Inherited from:
JValue
Source
JValue.scala
def asInt: Int

Attributes

Inherited from:
JValue
Source
JValue.scala
def asLong: Long

Attributes

Inherited from:
JValue
Source
JValue.scala
final def atomic: Option[JAtom]

Attributes

Inherited from:
JValue
Source
JValue.scala
def fold[A](f1: String => A, f2: Double => A, f3: Boolean => A, f4: => A): A

Attributes

Inherited from:
JAtom
Source
JValue.scala
def get(s: String): JValue

Attributes

Inherited from:
JValue
Source
JValue.scala
def get(i: Int): JValue

Attributes

Inherited from:
JValue
Source
JValue.scala
def getBigDecimal: Option[BigDecimal]

Attributes

Inherited from:
JValue
Source
JValue.scala
def getBigInt: Option[BigInt]

Attributes

Inherited from:
JValue
Source
JValue.scala
def getBoolean: Option[Boolean]

Attributes

Inherited from:
JValue
Source
JValue.scala
def getDouble: Option[Double]

Attributes

Inherited from:
JValue
Source
JValue.scala
def getInt: Option[Int]

Attributes

Inherited from:
JValue
Source
JValue.scala
def getLong: Option[Long]

Attributes

Inherited from:
JValue
Source
JValue.scala
final def isNull: Boolean

Attributes

Inherited from:
JValue
Source
JValue.scala
final def nonNull: Boolean

Attributes

Inherited from:
JValue
Source
JValue.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def remove(s: String): Option[JValue]

Attributes

Inherited from:
JValue
Source
JValue.scala
final def render(r: Renderer): String

Attributes

Inherited from:
JValue
Source
JValue.scala
final def render(): String

Attributes

Inherited from:
JValue
Source
JValue.scala
def set(s: String, v: JValue): Unit

Attributes

Inherited from:
JValue
Source
JValue.scala
def set(i: Int, v: JValue): Unit

Attributes

Inherited from:
JValue
Source
JValue.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
JValue -> Any
Inherited from:
JValue
Source
JValue.scala