@Singleton public class ConfigTypeConverterFactory extends Object
Modifier | Constructor and Description |
---|---|
protected |
ConfigTypeConverterFactory() |
protected |
ConfigTypeConverterFactory(ConfigTypeConverter<?>... converters) |
protected ConfigTypeConverterFactory()
protected ConfigTypeConverterFactory(ConfigTypeConverter<?>... converters)
public <T> ConfigTypeConverter<T> getConverter(Class<T> type) throws IllegalArgumentException
IllegalArgumentException
- If no converter exists for the given type.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.