Class ToNodeOptionsImpl
java.lang.Object
cool.scx.object.mapping.ToNodeOptionsImpl
- All Implemented Interfaces:
ToNodeOptions
ToNodeOptionsImpl
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean是否忽略 null 值, 多用于 Map 和 ObjectignoreNullValue(boolean ignoreNullValue) intmaxNestingDepth(int maxNestingDepth) nullKey()null 时 对应的 key
-
Constructor Details
-
ToNodeOptionsImpl
public ToNodeOptionsImpl()
-
-
Method Details
-
nullKey
Description copied from interface:ToNodeOptionsnull 时 对应的 key- Specified by:
nullKeyin interfaceToNodeOptions
-
nullKey
-
ignoreNullValue
public boolean ignoreNullValue()Description copied from interface:ToNodeOptions是否忽略 null 值, 多用于 Map 和 Object- Specified by:
ignoreNullValuein interfaceToNodeOptions
-
ignoreNullValue
-
maxNestingDepth
public int maxNestingDepth() -
maxNestingDepth
-