Package groovy.beans
Interface PropertyWriter
- All Known Subinterfaces:
PropertyAccessor
- All Known Implementing Classes:
DefaultPropertyAccessor,DefaultPropertyWriter
public interface PropertyWriter
Strategy for writing a named property on an object.
-
Method Summary
-
Method Details
-
write
Writes the named property on the supplied owner.- Parameters:
owner- the object that owns the propertypropertyName- the property namevalue- the value to assign
-