Interface ReadablePath

    • 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").