Interface PropertyPath<V>

    • Method Detail

      • getName

        String getName()
        Returns:
        the name of this path. May be a single property (e.g. "MyProperty") or a dot-separated path (e.g. "MyEntity.MyProperty").
      • path

        default String path()
        Description copied from interface: ReadablePath
        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.
        Specified by:
        path in interface ReadablePath
        Returns:
        the path of this object. May be a single property name (e.g. "MyProperty") or a dot-separated path (e.g. "MyEntity.MyProperty").