Uses of Enum
net.bytebuddy.dynamic.loading.ClassInjector.UsingInstrumentation.Target
Packages that use ClassInjector.UsingInstrumentation.Target
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays.-
Uses of ClassInjector.UsingInstrumentation.Target in net.bytebuddy.dynamic.loading
Subclasses with type arguments of type ClassInjector.UsingInstrumentation.Target in net.bytebuddy.dynamic.loadingModifier and TypeClassDescriptionstatic enumA representation of the target to which Java classes should be appended to.Fields in net.bytebuddy.dynamic.loading declared as ClassInjector.UsingInstrumentation.TargetModifier and TypeFieldDescriptionprivate final ClassInjector.UsingInstrumentation.TargetClassInjector.UsingInstrumentation.targetA representation of the target path to which classes are to be appended.Methods in net.bytebuddy.dynamic.loading that return ClassInjector.UsingInstrumentation.TargetModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ClassInjector.UsingInstrumentation.Target.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.bytebuddy.dynamic.loading with parameters of type ClassInjector.UsingInstrumentation.TargetModifier and TypeMethodDescriptionstatic ClassInjectorClassInjector.UsingInstrumentation.of(File folder, ClassInjector.UsingInstrumentation.Target target, Instrumentation instrumentation) Creates an instrumentation-based class injector.Constructors in net.bytebuddy.dynamic.loading with parameters of type ClassInjector.UsingInstrumentation.TargetModifierConstructorDescriptionprotectedUsingInstrumentation(File folder, ClassInjector.UsingInstrumentation.Target target, Instrumentation instrumentation, RandomString randomString) Creates an instrumentation-based class injector.