Uses of Interface
org.jboss.weld.bean.proxy.ProxyInstantiator
Packages that use ProxyInstantiator
-
Uses of ProxyInstantiator in org.jboss.weld.bean.proxy
Classes in org.jboss.weld.bean.proxy that implement ProxyInstantiatorModifier and TypeClassDescriptionfinal classDefaultProxyInstantiatorimplementation that uses proxy class' no-arg constructor to create a new instance.Fields in org.jboss.weld.bean.proxy declared as ProxyInstantiatorModifier and TypeFieldDescriptionstatic final ProxyInstantiatorDefaultProxyInstantiator.INSTANCEMethods in org.jboss.weld.bean.proxy that return ProxyInstantiatorModifier and TypeMethodDescriptionstatic 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.