groovy.beans
Interface PropertyReader

All Known Subinterfaces:
PropertyAccessor
All Known Implementing Classes:
DefaultPropertyAccessor, DefaultPropertyReader

public interface PropertyReader

Author:
Andres Almiray

Method Summary
 Object read(Object owner, String propertyName)
           
 

Method Detail

read

Object read(Object owner,
            String propertyName)

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