JawnFacade

org.typelevel.jawn.ast.JawnFacade$
object JawnFacade extends NoIndexFacade[JValue]

Attributes

Source
JawnFacade.scala
Graph
Supertypes
trait Facade[JValue]
class Object
trait Matchable
class Any
Self type
JawnFacade.type

Members list

Value members

Concrete methods

final def arrayContext(): FContext[JValue]

Attributes

Source
JawnFacade.scala
final def jfalse: JValue

Attributes

Source
JawnFacade.scala
final def jnull: JValue

Attributes

Source
JawnFacade.scala
final def jnum(s: CharSequence, decIndex: Int, expIndex: Int): JValue

Attributes

Source
JawnFacade.scala
final def jstring(s: CharSequence): JValue

Attributes

Source
JawnFacade.scala
final def jtrue: JValue

Attributes

Source
JawnFacade.scala
final def objectContext(): FContext[JValue]

Attributes

Source
JawnFacade.scala
final def singleContext(): FContext[JValue]

Attributes

Source
JawnFacade.scala

Inherited methods

final def arrayContext(index: Int): FContext[J]

Attributes

Inherited from:
NoIndexFacade
Source
Facade.scala
final def jfalse(index: Int): J

Attributes

Inherited from:
NoIndexFacade
Source
Facade.scala
final def jnull(index: Int): J

Attributes

Inherited from:
NoIndexFacade
Source
Facade.scala
final def jnum(s: CharSequence, decIndex: Int, expIndex: Int, index: Int): J

Attributes

Inherited from:
NoIndexFacade
Source
Facade.scala
final override def jstring(s: CharSequence, start: Int, limit: Int): J

Attributes

Definition Classes
Inherited from:
NoIndexFacade
Source
Facade.scala
final def jstring(s: CharSequence, index: Int): J

Attributes

Inherited from:
NoIndexFacade
Source
Facade.scala
final def jtrue(index: Int): J

Attributes

Inherited from:
NoIndexFacade
Source
Facade.scala
final def objectContext(index: Int): FContext[J]

Attributes

Inherited from:
NoIndexFacade
Source
Facade.scala
final def singleContext(index: Int): FContext[J]

Attributes

Inherited from:
NoIndexFacade
Source
Facade.scala