Packages

package play

Type Members

  1. trait AkkaHttpPlayJsonAdapter extends PlayJsonSupport

    An "all-included" mixin for akka-http caliban API with play-json backend.

    An "all-included" mixin for akka-http caliban API with play-json backend. Mixes in an adapter value.
    Requires "de.heikoseeberger" %% "akka-http-play-json" to be on the classpath (checked at compile-time).

    See also

    AkkaHttpAdapter for usage example

  2. final class PlayJsonBackend extends JsonBackend with PlayJsonSupport

    Play-json backend for akka-http routes.

    Play-json backend for akka-http routes.
    Requires "de.heikoseeberger" %% "akka-http-play-json" to be on the classpath (checked at compile-time).

    See also

    AkkaHttpAdapter for usage example.

Ungrouped