Class FieldProxy.Binder.InstanceFieldConstructor

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

@Enhance protected static class FieldProxy.Binder.InstanceFieldConstructor extends Object implements Implementation
Represents an implementation for implementing a proxy type constructor when a non-static field is accessed.
  • Field Details

    • instrumentedType

      private final TypeDescription instrumentedType
      The instrumented type from which a field is to be accessed.
  • Constructor Details

    • InstanceFieldConstructor

      protected InstanceFieldConstructor(TypeDescription instrumentedType)
      Creates a new implementation for implementing a field accessor proxy's constructor when accessing a non-static field.
      Parameters:
      instrumentedType - The instrumented type from which a field is to be accessed.
  • Method Details