Package org.gbif.api.util.formatter
Interface TemporalCoverageFormatterVisitor
-
public interface TemporalCoverageFormatterVisitor
Allows formatter to be dynamically selected based on the concrete type of TemporalCoverage at runtime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(DateRange t)Stringformat(SingleDate t)Stringformat(VerbatimTimePeriod t)
-
-
-
Method Detail
-
format
String format(SingleDate t)
-
format
String format(VerbatimTimePeriod t)
-
-