Uses of Class
net.bytebuddy.build.Plugin.ForElementMatcher
-
Packages that use Plugin.ForElementMatcher Package Description net.bytebuddy.build 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.build Modifier and Type Class Description class
AccessControllerPlugin
A build tool plugin that instruments methods to dispatch to methodsjava.security.AccessController
with equal signature.class
CachedReturnPlugin
A plugin that caches the return value of a method in a synthetic field.class
DispatcherAnnotationPlugin
A plugin that adds aJavaDispatcher.Proxied
annotation to any method of an enhanced type where the annotation is not set.class
RepeatedAnnotationPlugin
A plugin that allows for adding ajava.lang.annotation.Repeatable
annotation even if compiled prior to Java 8 which introduces this annotation.
-