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

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • includeMethod

      boolean includeMethod(Method m)