Package | Description |
---|---|
net.bytebuddy.dynamic.loading |
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays. |
Modifier and Type | Method and Description |
---|---|
ClassInjector.UsingLookup |
ClassInjector.UsingLookup.in(Class<?> type)
Resolves this injector to use the supplied type's scope.
|
static ClassInjector.UsingLookup |
ClassInjector.UsingLookup.of(Object lookup)
Creates class injector that defines a class using a method handle lookup.
|
Copyright © 2014–2023. All rights reserved.