Groovy 2.2.0

groovy.beans
[Java] Class DefaultPropertyReader

java.lang.Object
  groovy.beans.DefaultPropertyReader
All Implemented Interfaces:
PropertyReader

public class DefaultPropertyReader
extends Object

Authors:
Andres Almiray


Field Summary
static PropertyReader INSTANCE

 
Method Summary
Object read(Object owner, String propertyName)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

INSTANCE

public static final PropertyReader INSTANCE


 
Method Detail

read

public Object read(Object owner, String propertyName)


 

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