|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.jackson.map.introspect.BasicClassIntrospector.GetterMethodFilter
public static class BasicClassIntrospector.GetterMethodFilter
Filter used to only include methods that have signature that is compatible with "getters": take no arguments, are non-static, and return something.
| Field Summary | |
|---|---|
static BasicClassIntrospector.GetterMethodFilter |
instance
|
| Method Summary | |
|---|---|
boolean |
includeMethod(java.lang.reflect.Method m)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BasicClassIntrospector.GetterMethodFilter instance
| Method Detail |
|---|
public boolean includeMethod(java.lang.reflect.Method m)
includeMethod in interface MethodFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||