Interface Displayable

  • All Known Implementing Classes:
    JsonException, UncheckedJsonException

    public interface Displayable
    Interface for making objects displayable. This differs from Stringable by being meant to generate human understandable strings, not just 'string' values representing the instances.
    • Method Detail

      • displayString

        @Nonnull
        java.lang.String displayString()
        Returns:
        A displayable string value for the object. This is meant to be printed e.g. to console output and interpreted by a human.