Interface TranslationTransform

All Known Implementing Classes:
MockTestTranslationTransform

public interface TranslationTransform
This transform will occur dynamically when the translation is requested.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Locale locale, String key, String rawMessage)
     
    default String
    return a hash of the state of the transform for cache invalidation purposes if the transform has multiple states
  • Method Details

    • apply

      String apply(Locale locale, String key, String rawMessage)
      Parameters:
      locale -
      key -
      rawMessage -
      Returns:
    • getStateHash

      default String getStateHash()
      return a hash of the state of the transform for cache invalidation purposes if the transform has multiple states
      Since:
      7.14