@Immutable final class Paths extends Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
Paths.ChildPath |
(package private) static interface |
Paths.InnerPath |
(package private) static class |
Paths.MultiSegmentPath |
(package private) static class |
Paths.RootPath |
(package private) static class |
Paths.SingleSegmentPath |
| Modifier and Type | Field and Description |
|---|---|
private static Pattern |
PATH_SEPARATOR_PATTERN |
| Modifier | Constructor and Description |
|---|---|
private |
Paths() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static int |
copyPathInto(Path path,
String[] segments,
int start) |
(package private) static Path |
parse(String path,
boolean resolveJsonPointerEscapes) |
private static String |
parseSegment(String segment,
boolean resolveJsonPointerEscapes) |
private static final Pattern PATH_SEPARATOR_PATTERN
Copyright © 2020 JBoss by Red Hat. All rights reserved.