JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.codehaus.jackson.map.introspect
Interface MethodFilter
All Known Implementing Classes:
BasicClassIntrospector.GetterMethodFilter
,
BasicClassIntrospector.SetterAndGetterMethodFilter
,
BasicClassIntrospector.SetterMethodFilter
public interface
MethodFilter
Simple interface that defines API used to filter out irrelevant methods
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
includeMethod
(
Method
m)
Method Detail
includeMethod
boolean includeMethod(
Method
m)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method