Interface Stringable

  • All Known Implementing Classes:
    Binary, CharSlice, JsonException, JsonToken, Slice, Token, UncheckedJsonException

    public interface Stringable
    A class that can be made into a string. This is meant to be a concise and meaningful, but not necessarily human understandable string value, rather e.g. to make a portable non-platform bound string value of an object.
    • Method Detail

      • asString

        java.lang.String asString()
        Make a string representation of the instance value.
        Returns:
        The string representation.