Uses of Interface
net.bytebuddy.build.Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
Packages that use Plugin.Factory.UsingReflection.ArgumentResolver.Resolution
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
-
Uses of Plugin.Factory.UsingReflection.ArgumentResolver.Resolution in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Factory.UsingReflection.ArgumentResolver.ResolutionModifier and TypeClassDescriptionstatic class
Represents a resolved argument resolution.static enum
Represents an unresolved argument resolution.Methods in net.bytebuddy.build that return Plugin.Factory.UsingReflection.ArgumentResolver.ResolutionModifier and TypeMethodDescriptionAttempts the resolution of an argument for a given parameter.Plugin.Factory.UsingReflection.ArgumentResolver.ForIndex.WithDynamicType.resolve
(int index, Class<?> type) Attempts the resolution of an argument for a given parameter.Attempts the resolution of an argument for a given parameter.Attempts the resolution of an argument for a given parameter.Attempts the resolution of an argument for a given parameter.