Class DoubleAnyValueMarshaler
- java.lang.Object
-
- io.opentelemetry.exporter.internal.marshal.Marshaler
-
- io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
-
- io.opentelemetry.exporter.internal.otlp.DoubleAnyValueMarshaler
-
final class DoubleAnyValueMarshaler extends MarshalerWithSize
-
-
Field Summary
Fields Modifier and Type Field Description private doublevalue
-
Constructor Summary
Constructors Modifier Constructor Description privateDoubleAnyValueMarshaler(double value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static intcalculateSize(double value)(package private) static MarshalerWithSizecreate(double value)voidwriteTo(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
-
-
-
-
Method Detail
-
create
static MarshalerWithSize create(double value)
-
writeTo
public void writeTo(Serializer output) throws java.io.IOException
-
calculateSize
private static int calculateSize(double value)
-
-