Interface ToNodeOptions

All Known Implementing Classes:
ToNodeOptionsImpl

public interface ToNodeOptions
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    是否忽略 null 值, 多用于 Map 和 Object
    null 时 对应的 key
  • Method Details

    • ignoreNullValue

      boolean ignoreNullValue()
      是否忽略 null 值, 多用于 Map 和 Object
    • nullKey

      String nullKey()
      null 时 对应的 key