Interface OrderByRequests.ExtractableField<T>

Type Parameters:
T - Entity type
All Known Implementing Classes:
CommentResource.CommentField, VersionService.VersionExtractableField
Enclosing class:
OrderByRequests

public static interface OrderByRequests.ExtractableField<T>
A field implementing this interface provides a method for extracting the field's value from an entity of type T.
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(T entity)
     
  • Method Details