Interface DataFormatFieldAccessor


public interface DataFormatFieldAccessor
An accessor for a DataFormatField to access data.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Object obj)
    Returns the value for a field as accessed by this accessor.
  • Method Details

    • get

      Object get(Object obj)
      Returns the value for a field as accessed by this accessor.
      Parameters:
      obj - The object on which to access the field
      Returns:
      The value of a field of the given object