Interface TranslationTransform

  • All Known Implementing Classes:
    MockTestTranslationTransform

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

      • 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