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