Interface JexlUberspect.PropertyResolver

    • Method Detail

      • getPropertyGet

        JexlPropertyGet getPropertyGet​(JexlUberspect uber,
                                       java.lang.Object obj,
                                       java.lang.Object identifier)
        Gets a property getter.
        Parameters:
        uber - the uberspect
        obj - the object
        identifier - the property identifier
        Returns:
        the property getter or null
      • getPropertySet

        JexlPropertySet getPropertySet​(JexlUberspect uber,
                                       java.lang.Object obj,
                                       java.lang.Object identifier,
                                       java.lang.Object arg)
        Gets a property setter.
        Parameters:
        uber - the uberspect
        obj - the object
        identifier - the property identifier
        arg - the property value
        Returns:
        the property setter or null