public class ConverterRegistry<T>
extends java.lang.Object
| Constructor and Description |
|---|
ConverterRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConverter(Converter<T> converter) |
Converter<T> |
resolveConverter(java.lang.Object object)
Returns a converter for the given object/class or null if no such converter
could be resolved.
|