| Package | Description | 
|---|---|
| net.bytebuddy.build | A package for types that allow for applying Byte Buddy transformation during a build process. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Plugin.Factory.UsingReflection.Instantiator.AmbiguousRepresents an ambiguously resolved instantiator. | 
| static class  | Plugin.Factory.UsingReflection.Instantiator.ResolvedAn instantiator that is resolved for a given constructor with arguments. | 
| static class  | Plugin.Factory.UsingReflection.Instantiator.UnresolvedAn instantiator that is not resolved for creating an instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Plugin.Factory.UsingReflection.Instantiator | 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 | 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. | 
| Plugin.Factory.UsingReflection.Instantiator | Plugin.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 | 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. | 
Copyright © 2014–2024. All rights reserved.