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 aTraversal
when given toSubgraphStrategy
-
-
Constructor Summary
Constructors Constructor Description GremlinDisabledListDelimiterHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GremlinDisabledListDelimiterHandler
instance()
Iterable<?>
parse(Object value)
-
Methods inherited from class org.apache.commons.configuration2.convert.DisabledListDelimiterHandler
escapeList, escapeString, splitString
-
Methods inherited from class org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
escape, split
-
-
-
-
Method Detail
-
instance
public static GremlinDisabledListDelimiterHandler instance()
-
-