Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Method and Description |
---|---|
Class<Advice.AssignReturned.ToThis> |
Advice.AssignReturned.ToThis.Handler.Factory.getAnnotationType()
Returns the annotation type that activates this handler factory.
|
Modifier and Type | Method and Description |
---|---|
List<Advice.AssignReturned.Handler> |
Advice.AssignReturned.ToThis.Handler.Factory.make(MethodDescription.InDefinedShape advice,
boolean exit,
AnnotationDescription.Loadable<? extends Advice.AssignReturned.ToThis> annotation)
Resolves a list of handlers for this factory.
|
Copyright © 2014–2022. All rights reserved.