Interface FilterValue


public interface FilterValue
Provides a common interface for Filter annotation (attributeResolverClass element) on a data object field that you want to customize and want to dynamically generate a value.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value that has been dynamically generated
  • Method Details

    • getValue

      Object getValue()
      Gets the value that has been dynamically generated
      Returns:
      the value that has been dynamically generated