Package sk.antons.json.match
Class SPM
- java.lang.Object
-
- sk.antons.json.match.SPM
-
public class SPM extends Object
SimplePathMatcher provider with short name;- Author:
- antons
-
-
Constructor Summary
Constructors Constructor Description SPM()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimplePathMatcherfromPath(String path)static SimplePathMatcherpath(String... path)static SimplePathMatcherpath(List<String> path)
-
-
-
Method Detail
-
path
public static SimplePathMatcher path(List<String> path)
-
path
public static SimplePathMatcher path(String... path)
-
fromPath
public static SimplePathMatcher fromPath(String path)
-
-