Uses of Class
net.bytebuddy.dynamic.loading.ClassInjector.UsingLookup
Packages that use ClassInjector.UsingLookup
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.-
Uses of ClassInjector.UsingLookup in net.bytebuddy.dynamic.loading
Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingLookupModifier and TypeMethodDescriptionResolves this injector to use the supplied type's scope.static ClassInjector.UsingLookup
Creates class injector that defines a class using a method handle lookup.