Uses of Interface
net.bytebuddy.asm.Advice.AssignReturned.ExceptionHandler.Factory
-
Packages that use Advice.AssignReturned.ExceptionHandler.Factory Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of Advice.AssignReturned.ExceptionHandler.Factory in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement Advice.AssignReturned.ExceptionHandler.Factory Modifier and Type Class Description static class
Advice.AssignReturned.ExceptionHandler.Factory.Enabled
A factory that creates an exception handler for a given exception type.static class
Advice.AssignReturned.ExceptionHandler.Factory.NoOp
A non-operational factory that does not produce an exception handler.Fields in net.bytebuddy.asm declared as Advice.AssignReturned.ExceptionHandler.Factory Modifier and Type Field Description protected Advice.AssignReturned.ExceptionHandler.Factory
Advice.AssignReturned. exceptionHandlerFactory
The exception handler factory to use.private Advice.AssignReturned.ExceptionHandler.Factory
Advice.AssignReturned.Factory. exceptionHandlerFactory
The exception handler factory to use.Constructors in net.bytebuddy.asm with parameters of type Advice.AssignReturned.ExceptionHandler.Factory Constructor Description AssignReturned(TypeDescription typeDescription, Advice.AssignReturned.ExceptionHandler.Factory exceptionHandlerFactory, boolean exit, boolean skipOnDefaultValue)
Creates a new post processor for assigning an advice method's return value.Factory(java.util.List<? extends Advice.AssignReturned.Handler.Factory<?>> factories, Advice.AssignReturned.ExceptionHandler.Factory exceptionHandlerFactory)
Creates a new factory.ForArray(TypeDescription typeDescription, Advice.AssignReturned.ExceptionHandler.Factory exceptionHandlerFactory, boolean exit, java.util.Collection<java.util.List<Advice.AssignReturned.Handler>> handlers)
Creates a post processor to assign a returned array value by index.ForScalar(TypeDescription typeDescription, Advice.AssignReturned.ExceptionHandler.Factory exceptionHandlerFactory, boolean exit, boolean skipOnDefaultValue, java.util.Collection<java.util.List<Advice.AssignReturned.Handler>> handlers)
Creates a post processor to assign a returned scalar value.
-