Package groovy.beans
Class DefaultPropertyWriter
- java.lang.Object
- 
- groovy.beans.DefaultPropertyWriter
 
- 
- All Implemented Interfaces:
- PropertyWriter
 
 public class DefaultPropertyWriter extends Object implements PropertyWriter 
- 
- 
Field SummaryFields Modifier and Type Field Description static PropertyWriterINSTANCE
 - 
Constructor SummaryConstructors Constructor Description DefaultPropertyWriter()
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final PropertyWriter INSTANCE 
 
- 
 - 
Method Detail- 
writepublic void write(Object owner, String propertyName, Object value) - Specified by:
- writein interface- PropertyWriter
 
 
- 
 
-