|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.beans.DefaultPropertyAccessor
public class DefaultPropertyAccessor extends Object
Field Summary | |
---|---|
static PropertyAccessor |
INSTANCE
|
Method Summary | |
---|---|
Object
|
read(Object owner, String propertyName)
|
void
|
write(Object owner, String propertyName, Object value)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
public static final PropertyAccessor INSTANCE
Method Detail |
---|
public Object read(Object owner, String propertyName)
public void write(Object owner, String propertyName, Object value)
Copyright © 2003-2013 The Codehaus. All rights reserved.