Uses of Interface
net.bytebuddy.implementation.InvocationHandlerAdapter.AssignerConfigurable
-
Packages that use InvocationHandlerAdapter.AssignerConfigurable Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of InvocationHandlerAdapter.AssignerConfigurable in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement InvocationHandlerAdapter.AssignerConfigurable Modifier and Type Class Description protected static class
InvocationHandlerAdapter.ForField
An implementation of anInvocationHandlerAdapter
that delegates method invocations to an adapter that is stored in an instance field.protected static class
InvocationHandlerAdapter.ForInstance
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.AssignerConfigurable Modifier and Type Method Description InvocationHandlerAdapter.AssignerConfigurable
InvocationHandlerAdapter.ForField. withoutMethodCache()
InvocationHandlerAdapter.AssignerConfigurable
InvocationHandlerAdapter.ForInstance. withoutMethodCache()
abstract InvocationHandlerAdapter.AssignerConfigurable
InvocationHandlerAdapter. withoutMethodCache()
By default, anyMethod
instance that is handed over to anInvocationHandler
is cached in a static field.
-