Package groovy.beans
Interface PropertyReader
- All Known Subinterfaces:
PropertyAccessor
- All Known Implementing Classes:
DefaultPropertyAccessor,DefaultPropertyReader
public interface PropertyReader
Strategy for reading a named property from an object.
-
Method Summary
-
Method Details
-
read
Reads the named property from the supplied owner.- Parameters:
owner- the object that owns the propertypropertyName- the property name- Returns:
- the property value
-