converters property

Iterable<Converter<T>> converters
final

The converters this FallbackConverter will attempt to use.

Implementation

final Iterable<Converter<T>> converters;