Interface StructuredArgumentMapper<T>

All Superinterfaces:
ru.tinkoff.kora.common.Mapping.MappingFunction

public interface StructuredArgumentMapper<T> extends ru.tinkoff.kora.common.Mapping.MappingFunction
  • Method Summary

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

    • write

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