Package org.jboss.weld.bean.proxy
Class ProxyInstantiator.Factory
- java.lang.Object
-
- org.jboss.weld.bean.proxy.ProxyInstantiator.Factory
-
- Enclosing interface:
- ProxyInstantiator
public static class ProxyInstantiator.Factory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProxyInstantiatorcreate(boolean relaxedConstruction)Obtains a ProxyInstantiator instance,ConfigurationKey.PROXY_INSTANTIATORis not taken into account.static ProxyInstantiatorcreate(WeldConfiguration configuration)Obtains a ProxyInstantiator based on givenWeldConfiguration.
-
-
-
Method Detail
-
create
public static ProxyInstantiator create(boolean relaxedConstruction)
Obtains a ProxyInstantiator instance,ConfigurationKey.PROXY_INSTANTIATORis not taken into account.- Parameters:
configuration-- Returns:
- proxy instantiator
-
create
public static ProxyInstantiator create(WeldConfiguration configuration)
Obtains a ProxyInstantiator based on givenWeldConfiguration.- Parameters:
configuration-- Returns:
- proxy instantiator
-
-