Uses of Class
net.bytebuddy.build.Plugin.Factory.UsingReflection
Packages that use Plugin.Factory.UsingReflection
Package
Description
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.UsingReflectionModifier and TypeMethodDescriptionPlugin.Factory.UsingReflection.with
(List<? extends Plugin.Factory.UsingReflection.ArgumentResolver> argumentResolvers) Appends the supplied argument resolvers.Plugin.Factory.UsingReflection.with
(Plugin.Factory.UsingReflection.ArgumentResolver... argumentResolver) Appends the supplied argument resolvers.