Interface ToStringParameterPossessor

    • Method Detail

      • getToStringParameters

        void getToStringParameters​(ToStringParameters toStringParameters)
        This method collects the ToStringParameters for the standard Object.toString()-format.

        Implementations should first call the same method of all super-classes with the specified ToStringParameters-instance to collect the parameter-informations of these super-classes and than add their own parameter-informations by calls to ToStringParameters.add(String, Object).

        Parameters:
        toStringParameters - ToStringParameters to fill with parameter-informations for the standard Object.toString()-format