Package io.protostuff.compiler
Interface Formatter
-
- All Known Implementing Classes:
Formatter.BUILTIN
public interface Formatter
Formats a string.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Formatter.BUILTIN
Built-in formatters.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
format(java.lang.String str)
Returns the formatted string.
-