public abstract static class ClassInjector.AbstractBase extends Object implements ClassInjector
ClassInjector.AbstractBase, ClassInjector.UsingInstrumentation, ClassInjector.UsingJna, ClassInjector.UsingLookup, ClassInjector.UsingReflection, ClassInjector.UsingUnsafeALLOW_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, waitinjectRaw, isAlivepublic Map<TypeDescription,Class<?>> inject(Map<? extends TypeDescription,byte[]> types)
inject in interface ClassInjectortypes - The types to load via injection.Copyright © 2014–2021. All rights reserved.