private static final class PathResolver.PathWrapper extends Object
Modifier and Type | Field and Description |
---|---|
private List<String> |
_pathElements |
Constructor and Description |
---|
PathWrapper(List<String> pathElements) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
(package private) List<String> |
getElements() |
int |
hashCode() |
String |
toString() |
private List<String> _pathElements
PathWrapper(List<String> pathElements)