Package net.morimekta.util
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
asString()
Make a string representation of the instance value.
-