public static interface Path.Segments
| Modifier and Type | Method and Description |
|---|---|
static Optional<Integer> |
asInteger(Optional<String> segment) |
static Optional<Integer> |
asInteger(String segment) |
static boolean |
isAfterLastIndex(String segment) |
static boolean |
isArrayIndex(String segment) |
static boolean |
isFieldName(String segment) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.