Package org.apache.commons.jexl3.introspection


package org.apache.commons.jexl3.introspection

Provides high-level introspective services.

The Uberspect, JexlMethod, JexlPropertyGet and JexlPropertySet interfaces form the exposed face of introspective services.

The Uberspectimpl is the concrete class implementing the Uberspect interface. Deriving from this class is the preferred way of augmenting Jexl introspective capabilities when special needs to be fulfilled or when default behaviors need to be modified.