Searched refs:converterType (Results 1 – 1 of 1) sorted by relevance
154 String converterType = (String) converterNameTable.get in getConverter()156 if (converterType == null) { in getConverter()161 converterType = (String) converterNameTable.get(typeName); in getConverter()164 if (converterType == null) { in getConverter()165 converterType = (String) converterNameTable.get in getConverter()167 if (converterType == null) in getConverter()172 Class c = Class.forName(converterType); in getConverter()291 protected String converterType; field in Converter301 converterType = type; in setConverterType()308 return (converterType); in getConverterType()