Interface InvocationHandlerAdapter.AssignerConfigurable

All Superinterfaces:
Implementation, Implementation.Composable, InstrumentedType.Prepareable
All Known Subinterfaces:
InvocationHandlerAdapter.WithoutPrivilegeConfiguration
All Known Implementing Classes:
InvocationHandlerAdapter.ForField, InvocationHandlerAdapter.ForInstance
Enclosing class:
InvocationHandlerAdapter

public static interface InvocationHandlerAdapter.AssignerConfigurable extends Implementation.Composable
Allows for the configuration of an Assigner of an InvocationHandlerAdapter.
  • Method Details

    • withAssigner

      Implementation.Composable withAssigner(Assigner assigner)
      Configures an assigner to use with this invocation handler adapter.
      Parameters:
      assigner - The assigner to apply when defining this implementation.
      Returns:
      This instrumentation with the given assigner configured.