org.http4s.util.Renderer
See theRenderer companion object
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
- Known subtypes
-
trait HttpCodec[A]
Members list
Value members
Abstract methods
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
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
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
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
In this article