| java.lang.Object biz.hammurapi.convert.ContextConverterFactory
ContextConverterFactory | public class ContextConverterFactory (Code) | | Creates converters from Context and MutableContext to interfaces which have only setters and getters (beans)
author: Pavel |
getConverter | public static Converter getConverter(Class sourceClass, Class targetInterface)(Code) | | Parameters: sourceClass - Parameters: targetInterface - Converter which can "duck-type" instance of source class to target interface or null if conversion is not possible.Methods are mapped as follows: return types shall be compatible, arguments shall be compatible, exception declarations are ignored. |
|
|