Package de.huxhorn.lilith.data.converter
Class ConverterRegistry<T>
- java.lang.Object
-
- de.huxhorn.lilith.data.converter.ConverterRegistry<T>
-
public class ConverterRegistry<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConverterRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConverter(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.
-