Class JsonObjectInjectAdapter

  • All Implemented Interfaces:
    io.opentracing.propagation.TextMap, io.opentracing.propagation.TextMapExtract, io.opentracing.propagation.TextMapInject, Iterable<Map.Entry<String,​String>>

    public class JsonObjectInjectAdapter
    extends Object
    implements io.opentracing.propagation.TextMap
    An adapter for injecting properties into a JSON object.
    • Constructor Detail

      • JsonObjectInjectAdapter

        public JsonObjectInjectAdapter​(io.vertx.core.json.JsonObject jsonObject)
        Creates an adapter for a JSON object.
        Parameters:
        jsonObject - The JSON object.