-
- All Known Subinterfaces:
PropertyPath<V>
,TypedPropertyPath<V>
,WritablePath
public interface ReadablePath
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
path()
This method gets the path of this object.
-
-
-
Method Detail
-
path
String path()
This method gets the path of this object. It is not a regular getter to avoid conflicts with custom properties of beans implementing this interface.- Returns:
- the path of this object. May be a single property name (e.g. "MyProperty") or a dot-separated path (e.g. "MyEntity.MyProperty").
-
-