Uses of Class
net.bytebuddy.asm.Advice.AssignReturned.Factory
Packages that use Advice.AssignReturned.Factory
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.AssignReturned.Factory in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return Advice.AssignReturned.FactoryModifier and TypeMethodDescriptionAdvice.AssignReturned.Factory.with
(Class<? extends Annotation> type, List<Advice.AssignReturned.Handler> handlers) Includes a list of handlers upon discovering an annotation of a given type.Advice.AssignReturned.Factory.with
(Class<? extends Annotation> type, Advice.AssignReturned.Handler... handler) Includes a list of handlers upon discovering an annotation of a given type.Advice.AssignReturned.Factory.with
(Advice.AssignReturned.Handler.Factory<?> factory) Includes the provided handler factory.