de.akquinet.jbosscc.needle.injection
Class InjectionConfiguration

java.lang.Object
  extended by de.akquinet.jbosscc.needle.injection.InjectionConfiguration

public final class InjectionConfiguration
extends Object


Constructor Summary
InjectionConfiguration()
           
 
Method Summary
 List<InjectionProvider<?>> getGlobalCustomInjectionProvider()
           
 Set<InjectionProvider<?>> getInjectionProvider()
           
<T extends MockProvider>
T
getMockProvider()
           
 boolean isAnnotationSupported(Class<? extends Annotation> annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionConfiguration

public InjectionConfiguration()
Method Detail

getInjectionProvider

public Set<InjectionProvider<?>> getInjectionProvider()

getGlobalCustomInjectionProvider

public List<InjectionProvider<?>> getGlobalCustomInjectionProvider()

getMockProvider

public <T extends MockProvider> T getMockProvider()

isAnnotationSupported

public boolean isAnnotationSupported(Class<? extends Annotation> annotation)


Copyright © 2012 akquinet AG. All Rights Reserved.