Uses of Interface
net.bytebuddy.build.Plugin.Factory.UsingReflection.Instantiator
Packages that use Plugin.Factory.UsingReflection.Instantiator
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
-
Uses of Plugin.Factory.UsingReflection.Instantiator in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Factory.UsingReflection.InstantiatorModifier and TypeClassDescriptionstatic class
Represents an ambiguously resolved instantiator.static class
An instantiator that is resolved for a given constructor with arguments.static class
An instantiator that is not resolved for creating an instance.Methods in net.bytebuddy.build that return Plugin.Factory.UsingReflection.InstantiatorModifier and TypeMethodDescriptionPlugin.Factory.UsingReflection.Instantiator.Ambiguous.replaceBy
(Plugin.Factory.UsingReflection.Instantiator.Resolved instantiator) Returns either this instantiator or the supplied instantiator, depending on the instances' states.Plugin.Factory.UsingReflection.Instantiator.replaceBy
(Plugin.Factory.UsingReflection.Instantiator.Resolved instantiator) Returns either this instantiator or the supplied instantiator, depending on the instances' states.Plugin.Factory.UsingReflection.Instantiator.Resolved.replaceBy
(Plugin.Factory.UsingReflection.Instantiator.Resolved instantiator) Returns either this instantiator or the supplied instantiator, depending on the instances' states.Plugin.Factory.UsingReflection.Instantiator.Unresolved.replaceBy
(Plugin.Factory.UsingReflection.Instantiator.Resolved instantiator) Returns either this instantiator or the supplied instantiator, depending on the instances' states.