public static interface Advice.AssignReturned.ExceptionHandler.Factory
| Modifier and Type | Interface and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StackManipulation | 
wrap(StackManipulation stackManipulation,
    StackManipulation exceptionHandler,
    Advice.StackMapFrameHandler.ForPostProcessor stackMapFrameHandler)
Wraps the supplied stack manipulation. 
 | 
StackManipulation wrap(StackManipulation stackManipulation, StackManipulation exceptionHandler, Advice.StackMapFrameHandler.ForPostProcessor stackMapFrameHandler)
stackManipulation - The stack manipulation that represents the assignment.exceptionHandler - The exception handler to apply.stackMapFrameHandler - The stack map frame handler to use.Copyright © 2014–2021. All rights reserved.