Package groovy.beans
Interface PropertyWriter
- 
- All Known Subinterfaces:
 PropertyAccessor
- All Known Implementing Classes:
 DefaultPropertyAccessor,DefaultPropertyWriter
public interface PropertyWriter 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(Object owner, String propertyName, Object value) 
 -