Class NoopTranslator<T>
java.lang.Object
io.goobi.viewer.controller.sorting.NoopTranslator<T>
- Type Parameters:
T- the type of value to translate
- All Implemented Interfaces:
ITranslator<T>
No-operation
ITranslator implementation that returns the raw string produced by the provided
stringifier function without any resource-bundle lookup or locale transformation.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoopTranslator
-
-
Method Details
-
translate
- Specified by:
translatein interfaceITranslator<T>
-