Package groovy.beans
Class DefaultPropertyAccessor
java.lang.Object
groovy.beans.DefaultPropertyAccessor
- All Implemented Interfaces:
- PropertyAccessor,- PropertyReader,- PropertyWriter
public class DefaultPropertyAccessor extends java.lang.Object implements PropertyAccessor
- 
Field SummaryFields Modifier and Type Field Description static PropertyAccessorINSTANCE
- 
Constructor SummaryConstructors Constructor Description DefaultPropertyAccessor()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
DefaultPropertyAccessorpublic DefaultPropertyAccessor()
 
- 
- 
Method Details- 
readpublic java.lang.Object read(java.lang.Object owner, java.lang.String propertyName)- Specified by:
- readin interface- PropertyReader
 
- 
writepublic void write(java.lang.Object owner, java.lang.String propertyName, java.lang.Object value)- Specified by:
- writein interface- PropertyWriter
 
 
-