Package net.minidev.json.actions.path
Class SlashDelimiter
- java.lang.Object
-
- net.minidev.json.actions.path.PathDelimiter
-
- net.minidev.json.actions.path.SlashDelimiter
-
public class SlashDelimiter extends PathDelimiter
Encapsulates the delimiter '.' of the path parts when the path is specified in n-gram format. For example: root.node1.node11.leaf- Since:
- 31 May 2016
- Author:
- adoneitan@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description protected static charDELIM_CHAR-
Fields inherited from class net.minidev.json.actions.path.PathDelimiter
acceptDelimInKey, delimChar, delimStr
-
-
Constructor Summary
Constructors Constructor Description SlashDelimiter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringregex()-
Methods inherited from class net.minidev.json.actions.path.PathDelimiter
accept, chr, str, withAcceptDelimiterInNodeName
-
-
-
-
Field Detail
-
DELIM_CHAR
protected static final char DELIM_CHAR
- See Also:
- Constant Field Values
-
-
Method Detail
-
regex
public String regex()
- Specified by:
regexin classPathDelimiter
-
-