Package com.blazebit.query.spi
Interface DataFormatFieldAccessor
public interface DataFormatFieldAccessor
An accessor for a
DataFormatField
to access data.- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
get
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
-