Class InvocationHandlerAdapter.ForInstance

java.lang.Object
net.bytebuddy.implementation.InvocationHandlerAdapter
net.bytebuddy.implementation.InvocationHandlerAdapter.ForInstance
All Implemented Interfaces:
InstrumentedType.Prepareable, Implementation, Implementation.Composable, InvocationHandlerAdapter.AssignerConfigurable, InvocationHandlerAdapter.WithoutPrivilegeConfiguration
Enclosing class:
InvocationHandlerAdapter

@Enhance protected static class InvocationHandlerAdapter.ForInstance extends InvocationHandlerAdapter implements InvocationHandlerAdapter.WithoutPrivilegeConfiguration
An implementation of an InvocationHandlerAdapter that delegates method invocations to an adapter that is stored in a static field.