Class PathOption
- java.lang.Object
-
- net.javacrumbs.jsonunit.core.internal.PathOption
-
public class PathOption extends Object
-
-
Constructor Summary
Constructors Constructor Description PathOption(List<String> paths, Set<Option> options, boolean included)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Option>getOptions()List<String>getPaths()PathOptionwithPaths(List<String> newPoPaths)
-