Uses of Annotation Type
net.bytebuddy.build.SafeVarargsPlugin.Enhance
Packages that use SafeVarargsPlugin.Enhance
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
The ASM package contains classes that are meant for direct interaction with the ASM API.
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
The implementation package contains any logic for intercepting method calls.
Contains an API for matching Java byte code entities.
-
Uses of SafeVarargsPlugin.Enhance in net.bytebuddy.agent.builder
Constructors in net.bytebuddy.agent.builder with annotations of type SafeVarargsPlugin.EnhanceModifierConstructorDescriptionByThrowableType
(Class<? extends Throwable>... type) Creates a new throwable type-discriminating fallback strategy.ForMatchedGrouping
(ElementMatcher<? super TypeDescription>... matcher) Creates a new batch allocator that groups all batches by discriminating types using a type matcher. -
Uses of SafeVarargsPlugin.Enhance in net.bytebuddy.asm
Methods in net.bytebuddy.asm with annotations of type SafeVarargsPlugin.EnhanceModifier and TypeMethodDescriptionMemberSubstitution.Substitution.Chain.Factory.executing
(MemberSubstitution.Substitution.Chain.Step.Factory<? super U>... step) Appends the supplied steps to the substitution chain.final MemberSubstitution
MemberSubstitution.WithoutSpecification.replaceWithChain
(MemberSubstitution.Substitution.Chain.Step.Factory<? super T>... step) Replaces the matched byte code elements with a chain of substitutions that can operate on the same values as the substituted element. -
Uses of SafeVarargsPlugin.Enhance in net.bytebuddy.dynamic
Constructors in net.bytebuddy.dynamic with annotations of type SafeVarargsPlugin.EnhanceModifierConstructorDescriptionCompound
(Transformer<S>... transformer) Creates a new compound transformer. -
Uses of SafeVarargsPlugin.Enhance in net.bytebuddy.implementation
Constructors in net.bytebuddy.implementation with annotations of type SafeVarargsPlugin.EnhanceModifierConstructorDescriptionprotected
CompoundComparator
(Comparator<? super FieldDescription.InDefinedShape>... comparator) Creates a compound comparator. -
Uses of SafeVarargsPlugin.Enhance in net.bytebuddy.matcher
Constructors in net.bytebuddy.matcher with annotations of type SafeVarargsPlugin.EnhanceModifierConstructorDescriptionConjunction
(ElementMatcher<? super W>... matcher) Creates a new conjunction matcher.Conjunction
(LatentMatcher<? super S>... matcher) Creates a new conjunction of latent matchers.Disjunction
(ElementMatcher<? super W>... matcher) Creates a new disjunction matcher.Disjunction
(LatentMatcher<? super S>... matcher) Creates a new disjunction of latent matchers.