values property
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;
List of all possible enum values which this adapter can convert.
Typically, the enum's static values property can be used.
final List<T> values;