Class ELContributions

java.lang.Object
io.micronaut.el.ELContributions

@Internal public final class ELContributions extends Object
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 Details

    • shared

      public static ELMethodRegistry shared()
      The registry the contributors of the classpath declared into.
      Returns:
      The registry