org.jboss.weld.util.reflection.instantiation
Class LoaderInstantiatorFactory
java.lang.Object
org.jboss.weld.util.reflection.instantiation.AbstractInstantiatorFactory
org.jboss.weld.util.reflection.instantiation.LoaderInstantiatorFactory
- All Implemented Interfaces:
- com.google.common.base.Function<ClassLoader,Boolean>, org.jboss.weld.bootstrap.api.Service, InstantiatorFactory
public class LoaderInstantiatorFactory
- extends AbstractInstantiatorFactory
- implements com.google.common.base.Function<ClassLoader,Boolean>
Instantiator factory per loader.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
equals |
LoaderInstantiatorFactory
public LoaderInstantiatorFactory()
useInstantiators
public boolean useInstantiators()
- Specified by:
useInstantiators
in interface InstantiatorFactory
cleanup
public void cleanup()
- Specified by:
cleanup
in interface org.jboss.weld.bootstrap.api.Service
apply
public Boolean apply(ClassLoader tccl)
- Specified by:
apply
in interface com.google.common.base.Function<ClassLoader,Boolean>
Copyright © 2013 Seam Framework. All Rights Reserved.