Uses of Interface
net.bytebuddy.asm.Advice.Dispatcher.RelocationHandler
-
Packages that use Advice.Dispatcher.RelocationHandler Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of Advice.Dispatcher.RelocationHandler in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement Advice.Dispatcher.RelocationHandler Modifier and Type Class Description static class
Advice.Dispatcher.RelocationHandler.Disabled
A disabled relocation handler that does never trigger a relocation.static class
Advice.Dispatcher.RelocationHandler.ForType
A relocation handler that is triggered if the checked value is an instance of a given type.static class
Advice.Dispatcher.RelocationHandler.ForValue
A relocation handler that triggers a relocation for a default or non-default value.protected class
Advice.Dispatcher.RelocationHandler.ForValue.Inverted
An inverted version of the outer relocation handler.Fields in net.bytebuddy.asm declared as Advice.Dispatcher.RelocationHandler Modifier and Type Field Description protected Advice.Dispatcher.RelocationHandler
Advice.Dispatcher.Resolved.AbstractBase. relocationHandler
The relocation handler to use.Methods in net.bytebuddy.asm that return Advice.Dispatcher.RelocationHandler Modifier and Type Method Description protected static Advice.Dispatcher.RelocationHandler
Advice.Dispatcher.RelocationHandler.ForType. of(TypeDescription typeDescription, TypeDefinition checkedType)
Resolves a relocation handler that is triggered if the checked instance is of a given type.protected static Advice.Dispatcher.RelocationHandler
Advice.Dispatcher.RelocationHandler.ForValue. of(TypeDefinition typeDefinition, boolean inverted)
Resolves a relocation handler for a given type.
-