Uses of Class
net.bytebuddy.asm.Advice.OffsetMapping.Factory.AdviceType
-
Packages that use Advice.OffsetMapping.Factory.AdviceType Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of Advice.OffsetMapping.Factory.AdviceType in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return Advice.OffsetMapping.Factory.AdviceType Modifier and Type Method Description static Advice.OffsetMapping.Factory.AdviceTypeAdvice.OffsetMapping.Factory.AdviceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Advice.OffsetMapping.Factory.AdviceType[]Advice.OffsetMapping.Factory.AdviceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bytebuddy.asm with parameters of type Advice.OffsetMapping.Factory.AdviceType Constructor Description AbstractBase(MethodDescription.InDefinedShape adviceMethod, java.util.List<? extends Advice.OffsetMapping.Factory<?>> factories, TypeDescription throwableType, TypeDescription relocatableType, Advice.OffsetMapping.Factory.AdviceType adviceType)Creates a new resolved version of a dispatcher.
-