Class TemporalParser

java.lang.Object
io.github.mmm.base.temporal.TemporalParser
All Implemented Interfaces:
FromStringParser<Temporal>

public final class TemporalParser extends Object implements FromStringParser<Temporal>
Parser that can detect Strings representing a Temporal value via parse(String) but returns null if not a Temporal instead of throwing an exception.
Since:
1.0.0
See Also: