The addTransformer of the DefaultDataTypeTransformerRegistry uses the name provided as parameter which could be contain uppercase letters.
Whereas the getTransformer explicitly checks for the lowercase name of a transformer.
AT:
- the addTransformer method also uses lowercase name of the transformer to register it