extractors property

List<FromRequestParts<T>> extractors
final

The extractors to try, in order.

Implementation

final List<FromRequestParts<T>> extractors;