Toggle navigation
Home
net.bytebuddy.ByteBuddy to net.bytebuddy.build.Plugin.Engine
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'byte-buddy'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
entryPoint.byteBuddy(classFileVersion)
to
Plugin.Engine.Default.of(entryPoint,classFileVersion,byteBuddyExtension.getMethodNameTransformer())
entryPoint.byteBuddy(classFileVersion)
to
Plugin.Engine.Default.of(entryPoint,classFileVersion,suffix == null || suffix.length() == 0 ? MethodNameTransformer.Suffixing.withRandomSuffix() : new MethodNameTransformer.Suffixing(suffix))
Rename Variable
byteBuddy
to
pluginEngine
byteBuddy
to
pluginEngine