Class KeyValueStructuredArgument
java.lang.Object
io.quarkiverse.loggingjson.providers.KeyValueStructuredArgument
- All Implemented Interfaces:
StructuredArgument
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StructuredArgumentvoidwriteTo(JsonGenerator generator) Writes the data associated with this argument to the givenJsonGenerator.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkiverse.loggingjson.providers.StructuredArgument
toString
-
Constructor Details
-
KeyValueStructuredArgument
-
-
Method Details
-
kv
-
writeTo
Description copied from interface:StructuredArgumentWrites the data associated with this argument to the givenJsonGenerator.- Specified by:
writeToin interfaceStructuredArgument- Throws:
IOException
-