Renderer

org.http4s.util.Renderer
See theRenderer companion object
trait Renderer[T]

A type class that describes how to efficiently render a type

Type parameters

T

the type which will be rendered

Attributes

Companion
object
Source
Renderable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait HttpCodec[A]

Members list

Value members

Abstract methods

def render(writer: Writer, t: T): Writer
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

Attributes

Returns

the same org.http4s.util.Writer provided

Source
Renderable.scala
def render(writer: Writer, t: T): Writer
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

Attributes

Returns

the same org.http4s.util.Writer provided

Source
Renderable.scala
def render(writer: Writer, t: T): Writer
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

Attributes

Returns

the same org.http4s.util.Writer provided

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

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

Attributes

Returns

the same org.http4s.util.Writer provided

Source
Renderable.scala