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
-
ClassesClassDescriptionA
CompositeELResolverthat 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.TheELResolverresolving the types annotated withIntrospectedthrough the bean introspection generated for them at compilation time.Invokes the methods of the types that have no bean introspection, reflectively, asBeanELResolverandStaticFieldELResolverdo, with the method looked up through the cache ofELMethods: the resolvers of the specification readClass.getMethods()on every invocation.TheELResolverimplementing the operations on collection objects described in the chapter 2 of the Jakarta Expression Language specification.