- Type Parameters:
T- type of the handled type to parse.
- All Known Implementing Classes:
InstantParser,LongParser,TemporalParser,UuidParser
public interface FromStringParser<T>
- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
parse
Parses the givenStringto the type handled by this parser but efficiently returnsnullif the syntax does not match. This allows to detect the format without wasting much performance.
-