Interface ILocalizationProvider<T>

    • Method Detail

      • getString

        String getString​(T object)
        Obtains string representation of a given object specific to this provider.
        Parameters:
        object - object to obtain string representation of. Should not be null.
        Returns:
        obtained string representation or null if no presentation available.