Class MethodCall.TerminationHandler.FieldSetting.Implicit

java.lang.Object
net.bytebuddy.implementation.MethodCall.TerminationHandler.FieldSetting.Implicit
All Implemented Interfaces:
MethodCall.TerminationHandler.Factory
Enclosing class:
MethodCall.TerminationHandler.FieldSetting

@Enhance protected static class MethodCall.TerminationHandler.FieldSetting.Implicit extends Object implements MethodCall.TerminationHandler.Factory
A factory for a field-setting termination handler that uses a matcher to locate the target field on the insturmented type.
  • Constructor Details

    • Implicit

      protected Implicit(ElementMatcher<? super FieldDescription> matcher)
      Creates a factory for a field-setting termination handler.
      Parameters:
      matcher - The matcher being used for locating a field.
  • Method Details