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 TypeMethodDescriptionaddMapperOptions(NodeMapperOptions... optionsList) 是否忽略 null 值, 多用于 Map 和 Object<T extends NodeMapperOptions>
TgetMapperOptions(Class<T> mapNodeMapperOptionsClass) <T extends NodeMapperOptions>
TgetMapperOptions(Class<T> mapNodeMapperOptionsClass, T defaultValue) intmaxNestingDepth(int maxNestingDepth)
-
Constructor Details
-
ToNodeOptionsImpl
public ToNodeOptionsImpl()
-
-
Method Details
-
maxNestingDepth
public int maxNestingDepth() -
maxNestingDepth
-
addMapperOptions
Description copied from interface:ToNodeOptions是否忽略 null 值, 多用于 Map 和 Object- Specified by:
addMapperOptionsin interfaceToNodeOptions
-
getMapperOptions
- Specified by:
getMapperOptionsin interfaceToNodeOptions
-
getMapperOptions
public <T extends NodeMapperOptions> T getMapperOptions(Class<T> mapNodeMapperOptionsClass, T defaultValue) - Specified by:
getMapperOptionsin interfaceToNodeOptions
-