Interface TranslationTransform
-
- All Known Implementing Classes:
MockTestTranslationTransform
public interface TranslationTransformThis transform will occur dynamically when the translation is requested.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Stringapply(Locale locale, String key, String rawMessage)default StringgetStateHash()return a hash of the state of the transform for cache invalidation purposes if the transform has multiple states
-