Class BeanUtils

java.lang.Object
org.eclipse.nebula.widgets.pagination.collections.BeanUtils

public class BeanUtils
extends java.lang.Object
Utilities to retrieves values of POJO with the property name.
  • Constructor Summary

    Constructors 
    Constructor Description
    BeanUtils()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.Object getValue​(java.lang.Object source, java.lang.String property)
    Returns the value of the given property for the given bean.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getValue

      public static java.lang.Object getValue​(java.lang.Object source, java.lang.String property)
      Returns the value of the given property for the given bean.
      Parameters:
      source - the source bean
      property - the property name to retrieve
      Returns:
      the value of the given property for the given bean.