Class Morph.Binder.RedirectionProxy.InstanceFieldConstructor

java.lang.Object
net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy.InstanceFieldConstructor
All Implemented Interfaces:
InstrumentedType.Prepareable, Implementation
Enclosing class:
Morph.Binder.RedirectionProxy

@Enhance protected static class Morph.Binder.RedirectionProxy.InstanceFieldConstructor extends Object implements Implementation
Creates an instance of the proxy when instrumenting an instance method.
  • Field Details

    • instrumentedType

      private final TypeDescription instrumentedType
      The instrumented type.
  • Constructor Details

    • InstanceFieldConstructor

      protected InstanceFieldConstructor(TypeDescription instrumentedType)
      Creates a new instance field constructor implementation.
      Parameters:
      instrumentedType - The instrumented type.
  • Method Details