Uses of Interface
net.bytebuddy.implementation.InvocationHandlerAdapter.WithoutPrivilegeConfiguration
Packages that use InvocationHandlerAdapter.WithoutPrivilegeConfiguration
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of InvocationHandlerAdapter.WithoutPrivilegeConfiguration in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement InvocationHandlerAdapter.WithoutPrivilegeConfigurationModifier and TypeClassDescriptionprotected static class
An implementation of anInvocationHandlerAdapter
that delegates method invocations to an adapter that is stored in an instance field.protected static class
An implementation of anInvocationHandlerAdapter
that delegates method invocations to an adapter that is stored in a static field.Methods in net.bytebuddy.implementation that return InvocationHandlerAdapter.WithoutPrivilegeConfigurationModifier and TypeMethodDescriptionInvocationHandlerAdapter.ForField.withoutMethodCache()
InvocationHandlerAdapter.ForInstance.withoutMethodCache()
InvocationHandlerAdapter.withoutMethodCache()
By default, anyMethod
instance that is handed over to anInvocationHandler
is cached in a static field.