Uses of Class
net.bytebuddy.asm.Advice.AssignReturned.ToThrown
-
Packages that use Advice.AssignReturned.ToThrown Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of Advice.AssignReturned.ToThrown in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return types with arguments of type Advice.AssignReturned.ToThrown Modifier and Type Method Description java.lang.Class<Advice.AssignReturned.ToThrown>
Advice.AssignReturned.ToThrown.Handler.Factory. getAnnotationType()
Returns the annotation type that activates this handler factory.Method parameters in net.bytebuddy.asm with type arguments of type Advice.AssignReturned.ToThrown Modifier and Type Method Description java.util.List<Advice.AssignReturned.Handler>
Advice.AssignReturned.ToThrown.Handler.Factory. make(MethodDescription.InDefinedShape advice, boolean exit, AnnotationDescription.Loadable<? extends Advice.AssignReturned.ToThrown> annotation)
Resolves a list of handlers for this factory.
-