Package net.morimekta.util
Interface Displayable
-
- All Known Implementing Classes:
JsonException
,UncheckedJsonException
public interface Displayable
Interface for making objects displayable. This differs fromStringable
by being meant to generate human understandable strings, not just 'string' values representing the instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
displayString()
-