Class ArrayAnyValueMarshaler
java.lang.Object
io.opentelemetry.exporter.internal.marshal.Marshaler
io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
io.opentelemetry.exporter.internal.otlp.ArrayAnyValueMarshaler
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate -
Method Summary
Modifier and TypeMethodDescriptionprivate static intcalculateSize(Marshaler value) (package private) static MarshalerWithSizecreateAnyValue(List<Value<?>> values) (package private) static MarshalerWithSizecreateBool(List<Boolean> values) (package private) static MarshalerWithSizecreateDouble(List<Double> values) (package private) static MarshalerWithSizeprivate static <T,M extends MarshalerWithSize>
MarshalerWithSizecreateInternal(List<T> values, Function<T, M> initializer) (package private) static MarshalerWithSizecreateString(List<String> values) voidwriteTo(Serializer output) Methods inherited from class io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
getBinarySerializedSizeMethods inherited from class io.opentelemetry.exporter.internal.marshal.Marshaler
writeBinaryTo, writeJsonTo, writeJsonTo, writeJsonWithNewline
-
Field Details
-
value
-
-
Constructor Details
-
ArrayAnyValueMarshaler
-
-
Method Details
-
createAnyValue
-
createString
-
createBool
-
createInt
-
createDouble
-
createInternal
private static <T,M extends MarshalerWithSize> MarshalerWithSize createInternal(List<T> values, Function<T, M> initializer) -
writeTo
- Specified by:
writeToin classMarshaler- Throws:
IOException
-
calculateSize
-