Uses of Class
net.javacrumbs.jsonunit.core.internal.PathOption
-
Packages that use PathOption Package Description net.javacrumbs.jsonunit.core net.javacrumbs.jsonunit.core.internal -
-
Uses of PathOption in net.javacrumbs.jsonunit.core
Methods in net.javacrumbs.jsonunit.core that return types with arguments of type PathOption Modifier and Type Method Description List<PathOption>Configuration. getPathOptions()Method parameters in net.javacrumbs.jsonunit.core with type arguments of type PathOption Modifier and Type Method Description ConfigurationConfiguration. withPathOptions(List<PathOption> pathOptions) -
Uses of PathOption in net.javacrumbs.jsonunit.core.internal
Methods in net.javacrumbs.jsonunit.core.internal that return PathOption Modifier and Type Method Description PathOptionPathOption. withPaths(List<String> newPoPaths)
-