TriggerReactor

TriggerReactor

24.6k Downloads

Invoking method involving Generic Type doesn't work as intended

wysohn opened this issue ยท 1 comments

commented

We expect String to be automatically translate into appropriate Enum value, but if the Enum field has initialized through Generic Type, Trigger Reactor seems to not identifying the argument type at all.

#38

commented

Due to the type erasure, it's not possible to know whether the method parameter type is Enum or not. Lets just add a function to create Enum value manually.