Interface StringNormalizer

All Superinterfaces:
Normalizer<String>
All Known Subinterfaces:
PolyStringNormalizer

public interface StringNormalizer extends Normalizer<String>
A Normalizer that operates on String instances. This is a special case, used because the majority of normalization is currently supported only for strings. (Maybe a temporary workaround. We will see.)