public class LoaderInstantiatorFactory extends AbstractInstantiatorFactory implements java.util.function.Function<java.lang.ClassLoader,java.lang.Boolean>
MARKER| Constructor and Description |
|---|
LoaderInstantiatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
apply(java.lang.ClassLoader tccl) |
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
boolean |
useInstantiators() |
checkInstantiator, getInstantiatorpublic boolean useInstantiators()
useInstantiators in interface InstantiatorFactorypublic void cleanup()
Servicepublic java.lang.Boolean apply(java.lang.ClassLoader tccl)
apply in interface java.util.function.Function<java.lang.ClassLoader,java.lang.Boolean>Copyright © 2014. All Rights Reserved.