Package zipkin2.codec

Enum SpanBytesDecoder

java.lang.Object
java.lang.Enum<SpanBytesDecoder>
zipkin2.codec.SpanBytesDecoder
All Implemented Interfaces:
Serializable, Comparable<SpanBytesDecoder>, java.lang.constant.Constable, BytesDecoder<Span>

public enum SpanBytesDecoder
extends Enum<SpanBytesDecoder>
implements BytesDecoder<Span>
This is separate from SpanBytesEncoder, as it isn't needed for instrumentation