Class EnhancedSetterMethodImpl

  • All Implemented Interfaces:
    Serializable, Setter

    @Internal
    public class EnhancedSetterMethodImpl
    extends SetterMethodImpl
    A specialized Setter implementation for handling setting values into a bytecode-enhanced Class using a setter method. The reason we need specialized handling is to render the fact that we need to account for certain enhancement features during the setting process.
    See Also:
    Serialized Form
    • Constructor Detail

      • EnhancedSetterMethodImpl

        public EnhancedSetterMethodImpl​(Class<?> containerClass,
                                        String propertyName,
                                        Method setterMethod)