micronaut-projects/micronaut-core

Support for Vavr types?

Open

#3,520 opened on Jun 19, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (5,882 stars) (1,025 forks)batch import
help wantedtype: enhancement

Description

I have become a fan of Vavr for the "use values to represent flow control" model. Are there any plans to provide native support for Vavr types such as Option in Micronaut? More generally, is it practical for a user to add support for new extensions to the Micronaut infrastructure, as (for example) the various ArgumentHandler interfaces in Spring?

Contributor guide