Class GremlinDisabledListDelimiterHandler
java.lang.Object
org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
org.apache.commons.configuration2.convert.DisabledListDelimiterHandler
org.apache.tinkerpop.gremlin.util.GremlinDisabledListDelimiterHandler
- All Implemented Interfaces:
org.apache.commons.configuration2.convert.ListDelimiterHandler
public class GremlinDisabledListDelimiterHandler
extends org.apache.commons.configuration2.convert.DisabledListDelimiterHandler
Special handler that prevents the list delimiter from flattening iterable values that are used for configuration,
like a
Traversal when given to SubgraphStrategy-
Field Summary
Fields inherited from interface org.apache.commons.configuration2.convert.ListDelimiterHandler
NOOP_TRANSFORMER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.configuration2.convert.DisabledListDelimiterHandler
escapeList, escapeString, splitStringMethods inherited from class org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
escape, splitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.configuration2.convert.ListDelimiterHandler
flatten
-
Constructor Details
-
GremlinDisabledListDelimiterHandler
public GremlinDisabledListDelimiterHandler()
-
-
Method Details
-
instance
-
parse
- Specified by:
parsein interfaceorg.apache.commons.configuration2.convert.ListDelimiterHandler- Overrides:
parsein classorg.apache.commons.configuration2.convert.AbstractListDelimiterHandler
-