Package org.jboss.weld.bean.proxy
Class ProxyInstantiator.Factory
java.lang.Object
org.jboss.weld.bean.proxy.ProxyInstantiator.Factory
- Enclosing interface:
- ProxyInstantiator
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
create
Obtains a ProxyInstantiator instance,ConfigurationKey.PROXY_INSTANTIATORis not taken into account.- Parameters:
configuration-- Returns:
- proxy instantiator
-
create
Obtains a ProxyInstantiator based on givenWeldConfiguration.- Parameters:
configuration-- Returns:
- proxy instantiator
-