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.Resolution.Resolved
Represents a resolved argument resolution.
|
static class |
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution.Unresolved
Represents an unresolved argument resolution.
|
Modifier and Type | Method and Description |
---|---|
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution |
Plugin.Factory.UsingReflection.ArgumentResolver.resolve(int index,
Class<?> type)
Attempts the resolution of an argument for a given parameter.
|
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution |
Plugin.Factory.UsingReflection.ArgumentResolver.NoOp.resolve(int index,
Class<?> type)
Attempts the resolution of an argument for a given parameter.
|
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution |
Plugin.Factory.UsingReflection.ArgumentResolver.ForType.resolve(int index,
Class<?> type)
Attempts the resolution of an argument for a given parameter.
|
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution |
Plugin.Factory.UsingReflection.ArgumentResolver.ForIndex.resolve(int index,
Class<?> type)
Attempts the resolution of an argument for a given parameter.
|
Plugin.Factory.UsingReflection.ArgumentResolver.Resolution |
Plugin.Factory.UsingReflection.ArgumentResolver.ForIndex.WithDynamicType.resolve(int index,
Class<?> type)
Attempts the resolution of an argument for a given parameter.
|
Copyright © 2014–2023. All rights reserved.