Class AnyValueMarshaler
- java.lang.Object
-
- io.opentelemetry.exporter.internal.otlp.AnyValueMarshaler
-
public final class AnyValueMarshaler extends java.lang.ObjectUtility 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 privateAnyValueMarshaler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MarshalerWithSizecreate(Value<?> value)
-
-
-
Method Detail
-
create
public static MarshalerWithSize create(Value<?> value)
-
-