public interface TextFormatter
Interface for objects that can format text.
| Modifier and Type | Method and Description |
|---|---|
String |
format(String text) |
String |
parse(String text) |
boolean |
supportsParse() |
String parse(String text) throws ParseException
ParseExceptionboolean supportsParse()
Copyright © 2022. All Rights Reserved.