public class DefaultConverterFactory extends Object
| Constructor and Description |
|---|
DefaultConverterFactory() |
| Modifier and Type | Method and Description |
|---|---|
Converter<?> |
getConverter(Class<?> type) |
boolean |
hasConverterForType(Class<?> type) |
void |
registerConverter(Class<?> type,
Class<? extends Converter<?>> converterType) |
public Converter<?> getConverter(Class<?> type) throws InstantiationException, IllegalAccessException, NonExistentConverterException
public void registerConverter(Class<?> type, Class<? extends Converter<?>> converterType)
public boolean hasConverterForType(Class<?> type)
Copyright © 2011-2015 BSTOI.NL. All Rights Reserved.