Uses of Enum Class
org.miaixz.bus.core.text.StringJoiner.NullMode
Packages that use StringJoiner.NullMode
-
Uses of StringJoiner.NullMode in org.miaixz.bus.core.text
Methods in org.miaixz.bus.core.text that return StringJoiner.NullModeModifier and TypeMethodDescriptionstatic StringJoiner.NullModeReturns the enum constant of this class with the specified name.static StringJoiner.NullMode[]StringJoiner.NullMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.core.text with parameters of type StringJoiner.NullModeModifier and TypeMethodDescriptionStringJoiner.setNullMode(StringJoiner.NullMode nullMode) 设置null元素处理逻辑