| Package | Description |
|---|---|
| zipkin2.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
V2SpanReader |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
JsonCodec.read(JsonCodec.JsonReaderAdapter<T> adapter,
byte[] bytes,
Collection<T> out) |
static <T> List<T> |
JsonCodec.readList(JsonCodec.JsonReaderAdapter<T> adapter,
byte[] bytes) |
static <T> boolean |
JsonCodec.readList(JsonCodec.JsonReaderAdapter<T> adapter,
byte[] bytes,
Collection<T> out) |
static <T> T |
JsonCodec.readOne(JsonCodec.JsonReaderAdapter<T> adapter,
byte[] bytes) |
Copyright © 2015–2018 OpenZipkin. All rights reserved.