You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
Currently the api for creating a middleware parser is clunky. When creating a parser one must pass both a generic of the type as well as a class token. With kotlin we can created a better version of the middleware parser factories which take advantage of reified types. This would allow a user to only have to pass a generic without needing to also need to pass in a Class
The text was updated successfully, but these errors were encountered:
Currently the api for creating a middleware parser is clunky. When creating a parser one must pass both a generic of the type as well as a class token. With kotlin we can created a better version of the middleware parser factories which take advantage of reified types. This would allow a user to only have to pass a generic without needing to also need to pass in a Class
The text was updated successfully, but these errors were encountered: