Package play.data.binding
Class AnnotationHelper
java.lang.Object
play.data.binding.AnnotationHelper
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnnotationHelper
public AnnotationHelper()
-
-
Method Details
-
getDateAs
It can be something like As(lang={"fr,de","*"}, value={"dd-MM-yyyy","MM-dd-yyyy"})- Parameters:
annotations
- Annotations associated with on the datevalue
- The formatted date- Returns:
- null if it cannot be converted because there is no annotation.
- Throws:
ParseException
- if problem occurred during parsing the date
-
getLocale
-