Uses of Class
net.bytebuddy.build.Plugin.Factory.UsingReflection
-
Packages that use Plugin.Factory.UsingReflection Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of Plugin.Factory.UsingReflection in net.bytebuddy.build
Methods in net.bytebuddy.build that return Plugin.Factory.UsingReflection Modifier and Type Method Description Plugin.Factory.UsingReflection
Plugin.Factory.UsingReflection. with(java.util.List<? extends Plugin.Factory.UsingReflection.ArgumentResolver> argumentResolvers)
Appends the supplied argument resolvers.Plugin.Factory.UsingReflection
Plugin.Factory.UsingReflection. with(Plugin.Factory.UsingReflection.ArgumentResolver... argumentResolver)
Appends the supplied argument resolvers.
-