Package net.bytebuddy.asm
Class Advice.Dispatcher.RelocationHandler.ForValue.Inverted
- java.lang.Object
-
- net.bytebuddy.asm.Advice.Dispatcher.RelocationHandler.ForValue.Inverted
-
- All Implemented Interfaces:
Advice.Dispatcher.RelocationHandler
- Enclosing class:
- Advice.Dispatcher.RelocationHandler.ForValue
protected class Advice.Dispatcher.RelocationHandler.ForValue.Inverted extends java.lang.Object implements Advice.Dispatcher.RelocationHandler
An inverted version of the outer relocation handler.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.bytebuddy.asm.Advice.Dispatcher.RelocationHandler
Advice.Dispatcher.RelocationHandler.Bound, Advice.Dispatcher.RelocationHandler.Disabled, Advice.Dispatcher.RelocationHandler.ForType, Advice.Dispatcher.RelocationHandler.ForValue, Advice.Dispatcher.RelocationHandler.Relocation
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Inverted()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Advice.Dispatcher.RelocationHandler.Bound
bind(MethodDescription instrumentedMethod, Advice.Dispatcher.RelocationHandler.Relocation relocation)
Binds this relocation handler to a relocation dispatcher.boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Method Detail
-
bind
public Advice.Dispatcher.RelocationHandler.Bound bind(MethodDescription instrumentedMethod, Advice.Dispatcher.RelocationHandler.Relocation relocation)
Description copied from interface:Advice.Dispatcher.RelocationHandler
Binds this relocation handler to a relocation dispatcher.- Specified by:
bind
in interfaceAdvice.Dispatcher.RelocationHandler
- Parameters:
instrumentedMethod
- The instrumented method.relocation
- The relocation to apply.- Returns:
- A bound relocation handler.
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
-