Class MethodCall.TargetHandler.ForMethodParameter.Resolved

java.lang.Object
net.bytebuddy.implementation.MethodCall.TargetHandler.ForMethodParameter.Resolved
All Implemented Interfaces:
MethodCall.TargetHandler.Resolved
Enclosing class:
MethodCall.TargetHandler.ForMethodParameter

@Enhance protected static class MethodCall.TargetHandler.ForMethodParameter.Resolved extends Object implements MethodCall.TargetHandler.Resolved
A resolved target handler for a method parameter.
  • Field Details

    • parameterDescription

      private final ParameterDescription parameterDescription
      The parameter that is the target of the method call.
  • Constructor Details

    • Resolved

      protected Resolved(ParameterDescription parameterDescription)
      Creates a new resolved target handler for a parameter.
      Parameters:
      parameterDescription - The parameter that is the target of the method call.
  • Method Details