Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
InvocationHandlerAdapter.WithoutPrivilegeConfiguration
Allows the configuration of privileged lookup for the resolution of
Method
constants that are provided to the invocation handler. |
Modifier and Type | Class and Description |
---|---|
protected static class |
InvocationHandlerAdapter.ForField
An implementation of an
InvocationHandlerAdapter that delegates method
invocations to an adapter that is stored in an instance field. |
protected static class |
InvocationHandlerAdapter.ForInstance
An implementation of an
InvocationHandlerAdapter that delegates method
invocations to an adapter that is stored in a static field. |
Modifier and Type | Method and Description |
---|---|
abstract InvocationHandlerAdapter.AssignerConfigurable |
InvocationHandlerAdapter.withPrivilegedLookup()
Configures that the method constants supplied to the invocation handler adapter are resolved using an
java.security.AccessController . |
InvocationHandlerAdapter.AssignerConfigurable |
InvocationHandlerAdapter.WithoutPrivilegeConfiguration.withPrivilegedLookup()
Configures that the method constants supplied to the invocation handler adapter are resolved
using an
java.security.AccessController . |
InvocationHandlerAdapter.AssignerConfigurable |
InvocationHandlerAdapter.ForInstance.withPrivilegedLookup() |
InvocationHandlerAdapter.AssignerConfigurable |
InvocationHandlerAdapter.ForField.withPrivilegedLookup() |
Copyright © 2014–2023. All rights reserved.