| 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.ArgumentResolver.ForIndexAn argument resolver that resolves an argument for a specific parameter index. | 
| static class  | Plugin.Factory.UsingReflection.ArgumentResolver.ForIndex.WithDynamicTypeAn argument resolver that resolves an argument for a specific parameter index by attempting a conversion via
 invoking a static  valueOfmethod on the target type, if it exists. | 
| static class  | Plugin.Factory.UsingReflection.ArgumentResolver.ForType<T>An argument resolver that resolves parameters for a given type. | 
| static class  | Plugin.Factory.UsingReflection.ArgumentResolver.NoOpAn argument resolver that never resolves an argument. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <S> Plugin.Factory.UsingReflection.ArgumentResolver | Plugin.Factory.UsingReflection.ArgumentResolver.ForType. of(Class<? extends S> type,
  S value)Creates an argument resolver for a given type. | 
| Modifier and Type | Method and Description | 
|---|---|
| Plugin.Factory.UsingReflection | Plugin.Factory.UsingReflection. with(Plugin.Factory.UsingReflection.ArgumentResolver... argumentResolver)Appends the supplied argument resolvers. | 
| Modifier and Type | Method and Description | 
|---|---|
| Plugin.Factory.UsingReflection | Plugin.Factory.UsingReflection. with(List<? extends Plugin.Factory.UsingReflection.ArgumentResolver> argumentResolvers)Appends the supplied argument resolvers. | 
| Constructor and Description | 
|---|
| UsingReflection(Class<? extends Plugin> type,
               List<Plugin.Factory.UsingReflection.ArgumentResolver> argumentResolvers)Creates a plugin factory that uses reflection for creating a plugin. | 
Copyright © 2014–2023. All rights reserved.