Interface StructuredArgumentWriter

All Known Subinterfaces:
StructuredArgument

public interface StructuredArgumentWriter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeTo(com.fasterxml.jackson.core.JsonGenerator generator)
     
    default String
     
  • Method Details

    • writeTo

      void writeTo(com.fasterxml.jackson.core.JsonGenerator generator) throws IOException
      Throws:
      IOException
    • writeToString

      default String writeToString()