Class AnyValueMarshaler
- java.lang.Object
-
- io.opentelemetry.exporter.internal.otlp.AnyValueMarshaler
-
public final class AnyValueMarshaler extends java.lang.Object
Utility methods for obtaining AnyValue marshaler.This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AnyValueMarshaler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MarshalerWithSize
create(Value<?> value)
-
-
-
Method Detail
-
create
public static MarshalerWithSize create(Value<?> value)
-
-