Interface Projection

    • Method Detail

      • toFullString

        java.lang.StringBuilder toFullString​(java.lang.StringBuilder sb)
        Append full string representation of projection to the given StringBuilder. For projection toString() method returns alias only. To get full projection string one has to call toFullString() method.
        Parameters:
        sb - StringBuilder to append the string representation of this object to.
        Returns:
        Same instance of StringBuilder given as parameter.
      • toFullString

        java.lang.String toFullString()
        Append full string representation of projection to the given StringBuilder. For projection toString() method returns alias only. To get full projection string one has to call toFullString() method.
        Returns:
        String with full representation of projection.