Interface JsonUtils.JsonValueWriter<T>

Enclosing class:
JsonUtils
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface JsonUtils.JsonValueWriter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(com.fasterxml.jackson.core.JsonGenerator generator, T value)
     
  • Method Details

    • write

      void write(com.fasterxml.jackson.core.JsonGenerator generator, T value) throws IOException
      Throws:
      IOException