Packages

trait Facade[J] extends RawFacade[J]

Facade is a type class that describes how Jawn should construct JSON AST elements of type J.

Facade[J] also uses FContext[J] instances, so implementors will usually want to define both.

Linear Supertypes
RawFacade[J], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Facade
  2. RawFacade
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def arrayContext(): RawFContext[J]
  2. abstract def jfalse(): J
  3. abstract def jnull(): J
  4. abstract def jnum(s: CharSequence, decIndex: Int, expIndex: Int): J
  5. abstract def jstring(s: CharSequence): J
  6. abstract def jtrue(): J
  7. abstract def objectContext(): RawFContext[J]
  8. abstract def singleContext(): RawFContext[J]

Concrete 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. def arrayContext(index: Int): RawFContext[J]
    Definition Classes
    FacadeRawFacade
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def jfalse(index: Int): J
    Definition Classes
    FacadeRawFacade
  13. def jnull(index: Int): J
    Definition Classes
    FacadeRawFacade
  14. def jnum(s: CharSequence, decIndex: Int, expIndex: Int, index: Int): J
    Definition Classes
    FacadeRawFacade
  15. def jstring(s: CharSequence, index: Int): J
    Definition Classes
    FacadeRawFacade
  16. def jtrue(index: Int): J
    Definition Classes
    FacadeRawFacade
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. def objectContext(index: Int): RawFContext[J]
    Definition Classes
    FacadeRawFacade
  21. def singleContext(index: Int): RawFContext[J]
    Definition Classes
    FacadeRawFacade
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from RawFacade[J]

Inherited from AnyRef

Inherited from Any

Ungrouped