public abstract static class ClassInjector.AbstractBase extends java.lang.Object implements ClassInjector
ClassInjector.AbstractBase, ClassInjector.UsingInstrumentation, ClassInjector.UsingLookup, ClassInjector.UsingReflection, ClassInjector.UsingUnsafe
ALLOW_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, wait
injectRaw, isAlive
public java.util.Map<TypeDescription,java.lang.Class<?>> inject(java.util.Map<? extends TypeDescription,byte[]> types)
inject
in interface ClassInjector
types
- The types to load via injection.