Interface JsonGeneratorWrapper


public interface JsonGeneratorWrapper
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    copyCurrentEvent(com.fasterxml.jackson.core.JsonGenerator delegate, com.fasterxml.jackson.core.JsonParser parser)
     
  • Method Details

    • copyCurrentEvent

      default void copyCurrentEvent(com.fasterxml.jackson.core.JsonGenerator delegate, com.fasterxml.jackson.core.JsonParser parser) throws IOException
      Throws:
      IOException