Packages

abstract class ResultRenderer extends ResultEncoder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultRenderer
  2. ResultEncoder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResultRenderer(isCollection: Boolean, resultFilter: ResultFilter, hasHeaders: Boolean)

Abstract Value Members

  1. abstract def renderValue(value: Any): Unit
    Attributes
    protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. var buffer: ByteString
    Attributes
    protected
  6. def childFilter(resFilter: ResultFilter, fieldName: String): ResultFilter
    Attributes
    protected
  7. var chunkType: ChunkType
    Attributes
    protected
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. var contextStack: List[Context]
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def impliedNames(resFilter: ResultFilter): List[String]
    Attributes
    protected
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. var level: Int
    Attributes
    protected
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def nextName(context: Context): String
    Attributes
    protected
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def renderArrayStart(): Unit
    Attributes
    protected
  22. def renderBreak(): Unit
    Attributes
    protected
  23. def renderFooter(): Unit
    Attributes
    protected
  24. def renderHeader(): Unit
    Attributes
    protected
  25. def renderHeaderData(): Unit
    Attributes
    protected
  26. def renderKey(key: Any): Unit
    Attributes
    protected
  27. def renderMapStart(): Unit
    Attributes
    protected
  28. def renderRawValue(value: Any): Unit
    Attributes
    protected
  29. def shouldRender(name: String): Boolean
    Attributes
    protected
  30. def shouldRenderAsJson(name: String, context: Context): Boolean
    Attributes
    protected
  31. def startChunks(chunkType: ChunkType): Unit
    Definition Classes
    ResultRendererResultEncoder
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. var unwrapJson: Boolean
    Attributes
    protected
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def writeArrayStart(): Unit
    Definition Classes
    ResultRendererResultEncoder
  39. def writeBreak(): Unit
    Definition Classes
    ResultRendererResultEncoder
  40. def writeChunk(chunk: Any): Unit
    Definition Classes
    ResultRendererResultEncoder
  41. def writeEndOfInput(): Unit
    Definition Classes
    ResultRendererResultEncoder
  42. def writeMapStart(): Unit
    Definition Classes
    ResultRendererResultEncoder
  43. def writeStartOfInput(): Unit
    Definition Classes
    ResultRendererResultEncoder
  44. def writeValue(value: Any): Boolean
    Definition Classes
    ResultRendererResultEncoder

Deprecated Value Members

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

Inherited from ResultEncoder

Inherited from AnyRef

Inherited from Any

Ungrouped