Uses of Class
net.bytebuddy.build.AccessControllerPlugin.Initializer
-
Packages that use AccessControllerPlugin.Initializer Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of AccessControllerPlugin.Initializer in net.bytebuddy.build
Subclasses of AccessControllerPlugin.Initializer in net.bytebuddy.build Modifier and Type Class Description protected static class
AccessControllerPlugin.Initializer.WithoutProperty
An initializer that always uses the access controller if it is available.protected static class
AccessControllerPlugin.Initializer.WithProperty
An initializer that uses a property to determine if the access controller should be actually used even if it is available.
-