public interface

Formatter

implements Parser<T> Printer<T>
org.springframework.format.Formatter<T>
Known Indirect Subclasses

Class Overview

Formats objects of type T. A Formatter is both a Printer and a Parser for an object type.

Summary

[Expand]
Inherited Methods
From interface org.springframework.format.Parser
From interface org.springframework.format.Printer