Forge - Convert Impl 2.0.0.Alpha3

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)
           
 
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)
Specified by:
getConverter in interface ConverterFactory

Forge - Convert Impl 2.0.0.Alpha3

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