This is a cache of https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/cglib/transform/MethodFilter.html. It is a snapshot of the page as it appeared on 2025-12-02T18:05:24.841+0000.
MethodFilter (Spring Framework 7.0.
1
API)
JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Framework
org.springframework.cglib.transform
MethodFilter
Contents
Description
Method Summary
Method Details
accept(int, String, String, String, String[])
Hide sidebar
Show sidebar
Interface MethodFilter
public interface
MethodFilter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
accept
(int access,
String
name,
String
desc,
String
signature,
String
[] exceptions)
Method Details
accept
boolean
accept
(int access,
String
name,
String
desc,
String
signature,
String
[] exceptions)