Forge - Parent 2.0.0.Alpha1

org.jboss.forge.convert.impl
Class ConverterFactoryImpl

java.lang.Object
  extended by org.jboss.forge.convert.impl.ConverterFactoryImpl
All Implemented Interfaces:
ConverterFactory

@Exported
@Singleton
public class ConverterFactoryImpl
extends Object
implements ConverterFactory


Constructor Summary
ConverterFactoryImpl()
           
 
Method Summary
<S,T> Converter<S,T>
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
 

Constructor Detail

ConverterFactoryImpl

public ConverterFactoryImpl()
Method Detail

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:

Forge - Parent 2.0.0.Alpha1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.