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