java.lang.Object
org.hibernate.validator.internal.engine.messageinterpolation.FormatterWrapper

public class FormatterWrapper extends Object
A wrapper class for java.util.Formatter#format avoiding lookup problems in EL engines due to ambiguous method resolution for format.
Author:
Hardy Ferentschik
  • Constructor Details

    • FormatterWrapper

      public FormatterWrapper(Locale locale)
  • Method Details