Interface JacksonReflectMapWriter

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter

        org.apache.solr.common.MapWriter.EntryWriter
    • Field Summary

      • Fields inherited from interface org.apache.solr.common.MapWriter

        EMPTY
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void writeMap​(org.apache.solr.common.MapWriter.EntryWriter ew)  
      • Methods inherited from interface org.apache.solr.common.MapWriter

        append, jsonStr, toMap
      • Methods inherited from interface org.apache.solr.common.NavigableObject

        _forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
    • Method Detail

      • writeMap

        default void writeMap​(org.apache.solr.common.MapWriter.EntryWriter ew)
                       throws IOException
        Specified by:
        writeMap in interface org.apache.solr.common.MapWriter
        Throws:
        IOException