org.joda.beans.impl.light
Interface PropertyGetter


public interface PropertyGetter

Functional interface providing the ability to get a property from a bean.


Method Summary
 Object get(Bean bean)
          Queries the property.
 

Method Detail

get

Object get(Bean bean)
Queries the property.

Parameters:
bean - the bean to query
Returns:
the property value


Copyright © 2007–2015 Joda.org. All rights reserved.