methods property

Map<String, BridgedMethodAdapter> methods
final

Adapters for instance methods on enum values. The key is the method name.

Implementation

final Map<String, BridgedMethodAdapter> methods;