Class BasicClassIntrospector.SetterMethodFilter

  • All Implemented Interfaces:
    MethodFilter
    Direct Known Subclasses:
    BasicClassIntrospector.SetterAndGetterMethodFilter
    Enclosing class:
    BasicClassIntrospector

    @Deprecated
    public static class BasicClassIntrospector.SetterMethodFilter
    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 "setters": take one and only argument and are non-static.

    Actually, also need to include 2-arg methods to support "any setters"; as well as 0-arg getters as long as they return Collection or Map type.

    • Constructor Summary

      Constructors 
      Constructor Description
      SetterMethodFilter()
      Deprecated.
       
    • 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
    • Constructor Detail

      • SetterMethodFilter

        public SetterMethodFilter()
        Deprecated.
    • Method Detail

      • includeMethod

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