Class ELContributions
java.lang.Object
io.micronaut.el.ELContributions
What the
ELMethodContributor services of the classpath registered, merged into one registry.
The contributors are collected once and their registrations are read from two places: the executor the interpreter dispatches methods through, and the coercion of a lambda expression to a functional interface, which a compiled expression reaches with no interpreter present. Holding one registry keeps a contributor called once whichever of them runs first.
- Since:
- 1.1
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionstatic ELMethodRegistryshared()The registry the contributors of the classpath declared into.
-
Method Details