Uses of Interface
net.bytebuddy.implementation.InvocationHandlerAdapter.WithoutPrivilegeConfiguration
-
Packages that use InvocationHandlerAdapter.WithoutPrivilegeConfiguration Package Description net.bytebuddy.implementation 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.WithoutPrivilegeConfiguration Modifier and Type Class Description protected static classInvocationHandlerAdapter.ForFieldAn implementation of anInvocationHandlerAdapterthat delegates method invocations to an adapter that is stored in an instance field.protected static classInvocationHandlerAdapter.ForInstanceAn implementation of anInvocationHandlerAdapterthat delegates method invocations to an adapter that is stored in a static field.Methods in net.bytebuddy.implementation that return InvocationHandlerAdapter.WithoutPrivilegeConfiguration Modifier and Type Method Description InvocationHandlerAdapter.WithoutPrivilegeConfigurationInvocationHandlerAdapter.ForField. withoutMethodCache()InvocationHandlerAdapter.WithoutPrivilegeConfigurationInvocationHandlerAdapter.ForInstance. withoutMethodCache()abstract InvocationHandlerAdapter.WithoutPrivilegeConfigurationInvocationHandlerAdapter. withoutMethodCache()By default, anyMethodinstance that is handed over to anInvocationHandleris cached in a static field.
-