public interface StringFormatter
Basic interface to support CSV, JSON and XML processing.
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object value)
Convert an Object value into a String value.
|
Copyright © 2019. All rights reserved.