Also: SpringCore
public static interface

ReflectionUtils.MethodFilter

org.springframework.util.ReflectionUtils.MethodFilter

Class Overview

Callback optionally used to method fields to be operated on by a method callback.

Summary

Public Methods
abstract boolean matches(Method method)
Determine whether the given method matches.

Public Methods

public abstract boolean matches (Method method)

Also: SpringCore

Determine whether the given method matches.

Parameters
method the method to check