| Package | Description |
|---|---|
| net.hamnaberg.json.codec |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonCodec<A> |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedJsonCodec<A> |
| Modifier and Type | Method and Description |
|---|---|
default <B> EncodeJson<B> |
EncodeJson.contramap(Function<B,A> f) |
| Modifier and Type | Method and Description |
|---|---|
static <A> JsonCodec<A> |
JsonCodec.lift(DecodeJson<A> decoder,
EncodeJson<A> encoder) |
Copyright © 2015–2017. All rights reserved.