A specialized implementation of the {@code ListDelimiterHandler} interfacewhich disables list splitting.
This class does not recognize any list delimiters; passed in strings are returned unchanged. Also the {@code escape()} method is a dummy - there is noneed for escaping delimiter characters as none are supported. Note that the method for escaping a list throws an {@code UnsupportedOperationException}. If list delimiters are not supported, there is no point in squashing multiple values into a single one.
Implementation note: An instance of this class can be shared between multiple configuration objects. It is state-less and thread-safe.
@version $Id: DisabledListDelimiterHandler.java 1571735 2014-02-25 16:37:52Z ggregory $ @since 2.0
|
|