Class FieldProxy.Binder.InstanceFieldConstructor

    • Field Detail

      • instrumentedType

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

      • 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.