public interface PojoPropertyPath
PojoPropertyPath
represents a path to a simple property of a Pojo
.Modifier and Type | Field and Description |
---|---|
static char |
SEPARATOR
|
Modifier and Type | Method and Description |
---|---|
String |
getParentPath()
This method gets the parent-path of this path.
|
String |
getPojoPath()
This method gets the actual
Pojo path represented by this object. |
String |
getSegment()
This method gets the last segment of this current
Pojo path. |
static final char SEPARATOR
segments
of a PojoPath
. The value (
46 ) will never change. It is NOT necessary to use this constant to construct a PojoPropertyPath
.String getPojoPath()
Pojo
path represented by this object. As an example
this method may return "foo.bar.property"
.PojoPropertyPath
.String getParentPath()
"foo.bar.property"
then this method would return "foo.bar"
.null
if this is the root-segment.Copyright © 2001–2016 mmm-Team. All rights reserved.