values property

List<T> values
final

List of all possible enum values which this adapter can convert. Typically, the enum's static values property can be used.

Implementation

final List<T> values;