Package io.micronaut.el.resolver


@NullMarked package io.micronaut.el.resolver
The Jakarta Expression Language resolvers of the module.
Since:
1.0
Author:
Denis Stepanov
  • Classes
    Class
    Description
    A CompositeELResolver that only consults, for an operation a resolver does not have to implement, the resolvers that implement it.
    The factory of the standard resolver chain of the module.
    The ELResolver resolving the types annotated with Introspected through the bean introspection generated for them at compilation time.
    Invokes the methods of the types that have no bean introspection, reflectively, as BeanELResolver and StaticFieldELResolver do, with the method looked up through the cache of ELMethods: the resolvers of the specification read Class.getMethods() on every invocation.
    The ELResolver implementing the operations on collection objects described in the chapter 2 of the Jakarta Expression Language specification.