public interface MapPath
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.util.regex.Pattern |
SEPARATOR
A
Pattern to split a map path's string representation into
components. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMapComponent()
Returns the initial path component of a map path.
|
java.lang.String |
getPath()
Returns the map path information.
|
@NotNull static final java.util.regex.Pattern SEPARATOR
Pattern
to split a map path's string representation into
components.@NotNull java.lang.String getPath()
@Nullable java.lang.String getMapComponent()
null
. Relative map paths always return
null
.