Uses of Interface
org.jboss.weld.bean.proxy.ProxyInstantiator
-
Packages that use ProxyInstantiator Package Description org.jboss.weld.bean.proxy -
-
Uses of ProxyInstantiator in org.jboss.weld.bean.proxy
Classes in org.jboss.weld.bean.proxy that implement ProxyInstantiator Modifier and Type Class Description classDefaultProxyInstantiatorDefaultProxyInstantiatorimplementation that uses proxy class' no-arg constructor to create a new instance.Fields in org.jboss.weld.bean.proxy declared as ProxyInstantiator Modifier and Type Field Description static ProxyInstantiatorDefaultProxyInstantiator. INSTANCEMethods in org.jboss.weld.bean.proxy that return ProxyInstantiator Modifier and Type Method Description static ProxyInstantiatorProxyInstantiator.Factory. create(boolean relaxedConstruction)Obtains a ProxyInstantiator instance,ConfigurationKey.PROXY_INSTANTIATORis not taken into account.static ProxyInstantiatorProxyInstantiator.Factory. create(WeldConfiguration configuration)Obtains a ProxyInstantiator based on givenWeldConfiguration.
-