Class BasicClassIntrospector.GetterMethodFilter

  • All Implemented Interfaces:
    MethodFilter
    Enclosing class:
    BasicClassIntrospector

    @Deprecated
    public static class BasicClassIntrospector.GetterMethodFilter
    extends java.lang.Object
    implements MethodFilter
    Deprecated.
    Since 1.9 just don't use
    Filter used to only include methods that have signature that is compatible with "getters": take no arguments, are non-static, and return something.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean includeMethod​(java.lang.reflect.Method m)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • includeMethod

        public boolean includeMethod​(java.lang.reflect.Method m)
        Deprecated.
        Specified by:
        includeMethod in interface MethodFilter