Class InstantFormatter

java.lang.Object
net.solarnetwork.central.support.InstantFormatter
All Implemented Interfaces:
org.springframework.format.Formatter<Instant>, org.springframework.format.Parser<Instant>, org.springframework.format.Printer<Instant>

public class InstantFormatter extends Object implements org.springframework.format.Formatter<Instant>
Formatter for Instant with a configurable DateTimeFormatter.