 |
- java.lang.Object
-
- org.springframework.format.datetime.joda.LocalTimeParser
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
parse
public LocalTime parse(java.lang.String text,
java.util.Locale locale)
throws java.text.ParseException
Description copied from interface: Parser
Parse a text String to produce a T.
- Specified by:
parse in interface Parser<LocalTime>
- Parameters:
text - the text string
locale - the current user locale
- Returns:
- an instance of T
- Throws:
java.text.ParseException - when a parse exception occurs in a java.text parsing library
|
|