StringWriter

org.http4s.util.StringWriter
See theStringWriter companion object
class StringWriter(size: Int) extends Writer

Writer that will result in a String

Attributes

size

initial buffer size of the underlying StringBuilder

Companion:
object
Source:
Renderable.scala
Graph
Supertypes
trait Writer
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def append(s: String): StringWriter.this.type

Attributes

Source:
Renderable.scala
override def append(char: Char): StringWriter.this.type

Attributes

Definition Classes
Source:
Renderable.scala
override def append(float: Float): StringWriter.this.type

Attributes

Definition Classes
Source:
Renderable.scala
override def append(double: Double): StringWriter.this.type

Attributes

Definition Classes
Source:
Renderable.scala
override def append(int: Int): StringWriter.this.type

Attributes

Definition Classes
Source:
Renderable.scala
override def append(long: Long): StringWriter.this.type

Attributes

Definition Classes
Source:
Renderable.scala

Attributes

Source:
Renderable.scala
override def sanitize(f: Writer => Writer): StringWriter.this.type

Attributes

Definition Classes
Source:
Renderable.scala

Inherited methods

final def <<[T : Renderer](r: T): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
final def <<(long: Long): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
final def <<(int: Int): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
final def <<(double: Double): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
final def <<(float: Float): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
final def <<(char: Char): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
final def <<(s: CIString): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
final def <<(s: String): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
final def <<#(s: String): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
def addList[T : Renderer](s: List[T], sep: String, start: String, end: String): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
def addNel[T : Renderer](s: NonEmptyList[T], sep: String, start: String, end: String): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
def addSet[T : Renderer](s: Set[T], sep: String, start: String, end: String): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
def addStrings(s: Seq[String], sep: String, start: String, end: String): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
def append[T](r: T)(implicit R: Renderer[T]): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
def append(ci: CIString): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
def eligibleOnly(s: String, keep: CharPredicate, placeholder: Char): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala
def quote(s: String, escapedChars: BitSet, escapeChar: Char): Writer.this.type

Attributes

Inherited from:
Writer
Source:
Renderable.scala