Interface Formatter<T>
- Type Parameters:
T- The type to transform.
- All Known Implementing Classes:
DefaultInvalidInputErrorFormatter, NodeFormatter, ToStringFormatter
public interface Formatter<T>
The capability to transform an object of type T into a string representation.
-
Method Summary
-
Method Details
-
format
-