Package ch.kk7.confij.binding.values
Annotation Type DateTimeMapper.DateTime
- Enclosing class:
- DateTimeMapper
@Inherited
@Retention(RUNTIME)
@Target({METHOD,TYPE})
public static @interface DateTimeMapper.DateTime
to be put on any of the supported Temporal types to define the format of the string to be parsed.
-
Optional Element Summary
-
Element Details
-
value
java.lang.String value- Returns:
- A pattern for
DateTimeFormatter.ofPattern(String, Locale).
- Default:
- ""
-
lang
java.lang.String lang- Returns:
- A locale string for
DateTimeFormatter.ofPattern(String, Locale)
- Default:
- "us"
-