Class NoopMarshaler
- java.lang.Object
-
- io.opentelemetry.exporter.internal.marshal.Marshaler
-
- io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
-
- io.opentelemetry.exporter.internal.otlp.metrics.NoopMarshaler
-
final class NoopMarshaler extends MarshalerWithSize
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static NoopMarshaler
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
NoopMarshaler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
INSTANCE
static final NoopMarshaler INSTANCE
-
-
Method Detail
-
writeTo
public void writeTo(Serializer output)
-
-