org.jboss.weld.util.reflection.instantiation
Interface InstantiatorFactory

All Superinterfaces:
org.jboss.weld.bootstrap.api.Service
All Known Implementing Classes:
AbstractInstantiatorFactory, DefaultInstantiatorFactory, LoaderInstantiatorFactory

public interface InstantiatorFactory
extends org.jboss.weld.bootstrap.api.Service

A factory class for obtaining the first available instantiator

Author:
Nicklas Karlsson, Ales Justin

Method Summary
 Instantiator getInstantiator()
           
 boolean useInstantiators()
           
 
Methods inherited from interface org.jboss.weld.bootstrap.api.Service
cleanup
 

Method Detail

useInstantiators

boolean useInstantiators()

getInstantiator

Instantiator getInstantiator()


Copyright © 2013 Seam Framework. All Rights Reserved.