Package com.composum.sling.core.mapping
Class MappingRules.DateParser
- java.lang.Object
-
- com.composum.sling.core.mapping.MappingRules.DateParser
-
- Enclosing class:
- MappingRules
public static class MappingRules.DateParser extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<SimpleDateFormat>formatList
-
Constructor Summary
Constructors Constructor Description DateParser()DateParser(Iterable<String> datePatterns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dateparse(String string)parse string to create a date by trying the configured patterns
-
-
-
Field Detail
-
formatList
protected List<SimpleDateFormat> formatList
-
-