Class JsonObjectExtractAdapter

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

    public class JsonObjectExtractAdapter
    extends Object
    implements io.opentracing.propagation.TextMap
    An adapter for extracting properties from a JSON object.
    • Constructor Detail

      • JsonObjectExtractAdapter

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