Class JsonObjectInjectAdapter

java.lang.Object
org.eclipse.hono.tracing.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 Details

    • JsonObjectInjectAdapter

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