Package | Description |
---|---|
org.eclipse.sisu.wire |
Customizable wiring of unresolved dependencies.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentMap<java.lang.Integer,GlueLoader> |
GlueLoader.cachedGlue |
Modifier and Type | Method and Description |
---|---|
private static GlueLoader |
GlueLoader.createGlue(java.lang.ClassLoader parent)
Returns new
GlueLoader that delegates to the given ClassLoader . |
private static GlueLoader |
GlueLoader.glue(java.lang.ClassLoader parent)
Returns the
GlueLoader associated with the given ClassLoader . |