Package org.springframework.binding.method


package org.springframework.binding.method
Custom method binding support for invoking methods on objects. As EL usage becomes more common and powerful, it is expected this package will be deprecated and eventually removed.
  • Class
    Description
    Thrown when a method key could not be resolved to an invokable java Method on a Class.
    Base class for exceptions that report a method invocation failure.
    A helper for invoking typed methods on arbitrary objects, with support for argument value type conversion from values retrieved from an argument attribute source, and conversion of the result to a desired type.
    A helper for resolving and caching a Java method by reflection.
    A specification for a method consisting of the methodName and an optional set of named arguments.
    A named method parameter.
    An ordered list of method parameters.