public class SpanSerializer extends Object implements java.util.function.Function<Span,String>
Span to its string representation in a canonical format (quoted name and annotations).| Constructor and Description |
|---|
SpanSerializer() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(Span span) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic String apply(Span span)
apply in interface java.util.function.Function<Span,String>Copyright © 2019. All rights reserved.