Uses of Class
net.bytebuddy.build.maven.Discovery
-
Packages that use Discovery Package Description net.bytebuddy.build.maven A package containing classes for applying Byte Buddy transformers within a Maven build. -
-
Uses of Discovery in net.bytebuddy.build.maven
Fields in net.bytebuddy.build.maven declared as Discovery Modifier and Type Field Description Discovery
ByteBuddyMojo. discovery
Determines if the build should discover Byte Buddy build plugins on this Maven plugin's class loader.Methods in net.bytebuddy.build.maven that return Discovery Modifier and Type Method Description static Discovery
Discovery. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Discovery[]
Discovery. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-