Renderer

trait Renderer[T]

A type class that describes how to efficiently render a type

Type parameters:
T

the type which will be rendered

Companion:
object
Source:
Renderable.scala
class Object
trait Matchable
class Any
trait HttpCodec[A]

Value members

Abstract methods

def render(writer: Writer, t: T): writer.type
Implicitly added by listRenderer

Renders the object to the writer

Renders the object to the writer

Value parameters:
t

object to render

writer

org.http4s.util.Writer to render to

Returns:

the same org.http4s.util.Writer provided

Source:
Renderable.scala
def render(writer: Writer, t: T): writer.type
Implicitly added by nelRenderer

Renders the object to the writer

Renders the object to the writer

Value parameters:
t

object to render

writer

org.http4s.util.Writer to render to

Returns:

the same org.http4s.util.Writer provided

Source:
Renderable.scala
def render(writer: Writer, t: T): writer.type
Implicitly added by setRenderer

Renders the object to the writer

Renders the object to the writer

Value parameters:
t

object to render

writer

org.http4s.util.Writer to render to

Returns:

the same org.http4s.util.Writer provided

Source:
Renderable.scala
def render(writer: Writer, t: T): writer.type

Renders the object to the writer

Renders the object to the writer

Value parameters:
t

object to render

writer

org.http4s.util.Writer to render to

Returns:

the same org.http4s.util.Writer provided

Source:
Renderable.scala