org.jboss.forge.convert.impl
Class ConverterFactoryImpl
java.lang.Object
org.jboss.forge.convert.impl.ConverterFactoryImpl
- All Implemented Interfaces:
- ConverterFactory
@Exported
@Singleton
public class ConverterFactoryImpl
- extends Object
- implements ConverterFactory
Method Summary |
|
getConverter(Class<S> source,
Class<T> target)
Returns a converter for the supplied source and target |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterFactoryImpl
public ConverterFactoryImpl()
getConverter
public <S,T> Converter<S,T> getConverter(Class<S> source,
Class<T> target)
- Description copied from interface:
ConverterFactory
- Returns a converter for the supplied source and target
- Specified by:
getConverter
in interface ConverterFactory
- Returns:
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.