Uses of Class
net.bytebuddy.build.SafeVarargsPlugin.Enhance
-
Packages that use SafeVarargsPlugin.Enhance Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API.net.bytebuddy.dynamic 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.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.matcher 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.Enhance Constructor Description ByThrowableType(java.lang.Class<? extends java.lang.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.Enhance Modifier and Type Method Description MemberSubstitution.Substitution.Chain.Factory<U>
MemberSubstitution.Substitution.Chain.Factory. executing(MemberSubstitution.Substitution.Chain.Step.Factory<? super U>... step)
Appends the supplied steps to the substitution chain.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.Enhance Constructor Description Compound(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.Enhance Constructor Description CompoundComparator(java.util.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.Enhance Constructor Description Conjunction(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.
-