public class LoaderInstantiatorFactory extends AbstractInstantiatorFactory implements java.util.function.Function<ClassLoader,Boolean>
configuration, enabled, MARKER| Constructor and Description |
|---|
LoaderInstantiatorFactory(WeldConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
apply(ClassLoader tccl) |
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
boolean |
useInstantiators() |
checkInstantiator, getInstantiatorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic LoaderInstantiatorFactory(WeldConfiguration configuration)
public boolean useInstantiators()
useInstantiators in interface InstantiatorFactorypublic void cleanup()
Servicepublic Boolean apply(ClassLoader tccl)
apply in interface java.util.function.Function<ClassLoader,Boolean>Copyright © 2014. All Rights Reserved.