Interface LocaleAware

All Known Implementing Classes:
EndingWithIgnoreCase, EqualIgnoreCase, LikeIgnoreCase, NotEqualIgnoreCase, NotLikeIgnoreCase, StartingWithIgnoreCase

public interface LocaleAware

Specifications that implement this interface will be provided with Locale after instantiation. Locale is important e.g. when String.toUpperCase is used (typically in case-insensitive comparisons).

Author:
Tomasz Kaczmarzyk
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setLocale(Locale locale)
     
  • Method Details

    • setLocale

      void setLocale(Locale locale)