Forge - Convert Impl 2.0.0.Alpha3

org.jboss.forge.convert.impl.cdi
Class ConverterProducer

java.lang.Object
  extended by org.jboss.forge.convert.impl.cdi.ConverterProducer

public class ConverterProducer
extends Object


Constructor Summary
ConverterProducer()
           
 
Method Summary
<S,T> Converter<S,T>
produceConverter(javax.enterprise.inject.spi.InjectionPoint injectionPoint, ConverterFactory registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterProducer

public ConverterProducer()
Method Detail

produceConverter

@Produces
public <S,T> Converter<S,T> produceConverter(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
                                                      ConverterFactory registry)

Forge - Convert Impl 2.0.0.Alpha3

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