Class KeyValueListAnyValueMarshaler.KeyValueListMarshaler
- java.lang.Object
-
- io.opentelemetry.exporter.internal.marshal.Marshaler
-
- io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
-
- io.opentelemetry.exporter.internal.otlp.KeyValueListAnyValueMarshaler.KeyValueListMarshaler
-
- Enclosing class:
- KeyValueListAnyValueMarshaler
private static class KeyValueListAnyValueMarshaler.KeyValueListMarshaler extends MarshalerWithSize
-
-
Constructor Summary
Constructors Modifier Constructor Description private
KeyValueListMarshaler(KeyValueMarshaler[] values)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static int
calculateSize(Marshaler[] values)
void
writeTo(Serializer output)
-
Methods inherited from class io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
getBinarySerializedSize
-
Methods inherited from class io.opentelemetry.exporter.internal.marshal.Marshaler
writeBinaryTo, writeJsonTo, writeJsonTo, writeJsonWithNewline
-
-
-
-
Field Detail
-
values
private final Marshaler[] values
-
-
Constructor Detail
-
KeyValueListMarshaler
private KeyValueListMarshaler(KeyValueMarshaler[] values)
-
-
Method Detail
-
writeTo
public void writeTo(Serializer output) throws java.io.IOException
-
calculateSize
private static int calculateSize(Marshaler[] values)
-
-