convertFieldsToStrings abstract method

Iterable<String> convertFieldsToStrings(
  1. Iterable<F> fields
)

Converts the given list of fields to their corresponding query string values.

Implementation

Iterable<String> convertFieldsToStrings(Iterable<F> fields);