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>

public class NoopTranslator<T> extends Object implements 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.