public abstract static class ClassInjector.AbstractBase extends 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 |
---|---|
Map<TypeDescription,Class<?>> |
inject(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 Map<TypeDescription,Class<?>> inject(Map<? extends TypeDescription,byte[]> types)
inject
in interface ClassInjector
types
- The types to load via injection.Copyright © 2014–2019. All rights reserved.