Class MessageFormatWrapper


  • public class MessageFormatWrapper
    extends Object
    MessageFormat does not work with classes of the java.time package such as LocalDate This is by design and won't be fixed: https://bugs.openjdk.org/browse/JDK-8016743 This class wraps a MessageFormat and converts classes of the java.time package into Date objects
    Author:
    Guillaume Toison