Uses of Interface
io.opentelemetry.exporter.internal.marshal.StatelessMarshaler
Packages that use StatelessMarshaler
Package
Description
Marshaling framework for serializing data to protobuf format.
Utilities for working with the OTLP format.
-
Uses of StatelessMarshaler in io.opentelemetry.exporter.internal.marshal
Methods in io.opentelemetry.exporter.internal.marshal with parameters of type StatelessMarshalerModifier and TypeMethodDescription<T> voidSerializer.serializeMessageWithContext(ProtoFieldInfo field, T message, StatelessMarshaler<T> marshaler, MarshalerContext context) Serializes a protobuf embeddedmessage.<T> voidSerializer.serializeRepeatedMessageWithContext(ProtoFieldInfo field, Collection<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context, MarshalerContext.Key key) Serializesrepeated messagefield.abstract <T> voidSerializer.serializeRepeatedMessageWithContext(ProtoFieldInfo field, List<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context) Serializesrepeated messagefield.static <T> intStatelessMarshalerUtil.sizeMessageWithContext(ProtoFieldInfo field, T element, StatelessMarshaler<T> marshaler, MarshalerContext context) Returns the size of a message field.static <T> intStatelessMarshalerUtil.sizeRepeatedMessageWithContext(ProtoFieldInfo field, Collection<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context, MarshalerContext.Key key) Returns the size of a repeated message field.static <T> intStatelessMarshalerUtil.sizeRepeatedMessageWithContext(ProtoFieldInfo field, List<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context) Returns the size of a repeated message field. -
Uses of StatelessMarshaler in io.opentelemetry.exporter.internal.otlp
Classes in io.opentelemetry.exporter.internal.otlp that implement StatelessMarshalerModifier and TypeClassDescriptionfinal classA Marshaler of key value pairs.final classA Marshaler of key value pairs.