public abstract static class ClassInjector.AbstractBase extends java.lang.Object implements ClassInjector
ClassInjector.AbstractBase, ClassInjector.UsingInstrumentation, ClassInjector.UsingLookup, ClassInjector.UsingReflection, ClassInjector.UsingUnsafeALLOW_EXISTING_TYPES, SUPPRESS_ACCESS_CHECKS| Constructor and Description |
|---|
AbstractBase() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TypeDescription,java.lang.Class<?>> |
inject(java.util.Map<? extends TypeDescription,byte[]> types)
Injects the given types into the represented class loader.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinjectRaw, isAlivepublic java.util.Map<TypeDescription,java.lang.Class<?>> inject(java.util.Map<? extends TypeDescription,byte[]> types)
inject in interface ClassInjectortypes - The types to load via injection.