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.ForIndex
An argument resolver that resolves an argument for a specific parameter index.
|
static class |
Plugin.Factory.UsingReflection.ArgumentResolver.ForIndex.WithDynamicType
An argument resolver that resolves an argument for a specific parameter index by attempting a conversion via
invoking a static
valueOf method 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.NoOp
An 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–2020. All rights reserved.