Package groovy.beans
Class DefaultPropertyWriter
- java.lang.Object
-
- groovy.beans.DefaultPropertyWriter
-
- All Implemented Interfaces:
PropertyWriter
public class DefaultPropertyWriter extends Object implements PropertyWriter
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyWriter
INSTANCE
-
Constructor Summary
Constructors Constructor Description DefaultPropertyWriter()
-
-
-
Field Detail
-
INSTANCE
public static final PropertyWriter INSTANCE
-
-
Method Detail
-
write
public void write(Object owner, String propertyName, Object value)
- Specified by:
write
in interfacePropertyWriter
-
-