Groovy 2.2.0

groovy.beans
[Java] Class DefaultPropertyAccessor

java.lang.Object
  groovy.beans.DefaultPropertyAccessor
All Implemented Interfaces:
PropertyAccessor

public class DefaultPropertyAccessor
extends Object

Authors:
Andres Almiray


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

INSTANCE

public static final PropertyAccessor INSTANCE


 
Method Detail

read

public Object read(Object owner, String propertyName)


write

public void write(Object owner, String propertyName, Object value)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.