Uses of Class
net.bytebuddy.build.Plugin.ForElementMatcher
Packages that use Plugin.ForElementMatcher
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
-
Uses of Plugin.ForElementMatcher in net.bytebuddy.build
Subclasses of Plugin.ForElementMatcher in net.bytebuddy.buildModifier and TypeClassDescriptionclassA build tool plugin that instruments methods to dispatch to methodsjava.security.AccessControllerwith equal signature.classA plugin that caches the return value of a method in a synthetic field.classA plugin that adds aJavaDispatcher.Proxiedannotation to any method of an enhanced type where the annotation is not set.classA plugin that allows for adding ajava.lang.annotation.Repeatableannotation even if compiled prior to Java 8 which introduces this annotation.classA plugin that allows for adding ajava.lang.SafeVarargsannotation even if compiled prior to Java 7 which introduces this annotation.