Uses of Interface
net.bytebuddy.asm.Advice.Dispatcher.RelocationHandler
Packages that use Advice.Dispatcher.RelocationHandler
Package
Description
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.RelocationHandlerModifier and TypeClassDescriptionstatic enumA disabled relocation handler that does never trigger a relocation.static classA relocation handler that is triggered if the checked value is an instance of a given type.protected classA relocation handler that checks for a value being a default value.protected classA relocation handler that checks for a value being a non-default value.Fields in net.bytebuddy.asm declared as Advice.Dispatcher.RelocationHandlerModifier and TypeFieldDescriptionprotected final Advice.Dispatcher.RelocationHandlerAdvice.Dispatcher.Resolved.AbstractBase.relocationHandlerThe relocation handler to use.Methods in net.bytebuddy.asm that return Advice.Dispatcher.RelocationHandlerModifier and TypeMethodDescriptionprotected static Advice.Dispatcher.RelocationHandlerAdvice.Dispatcher.RelocationHandler.ForType.of(TypeDescription typeDescription, int index, TypeDefinition returnedType) Resolves a relocation handler that is triggered if the checked instance is of a given type.protected static Advice.Dispatcher.RelocationHandlerAdvice.Dispatcher.RelocationHandler.ForValue.of(TypeDefinition typeDefinition, int index, boolean inverted) Resolves a relocation handler for a given type.