Interface ReflectionUtils.Filter<T>

All Known Implementing Classes:
ReflectionUtils.FilterChain, ReflectionUtils.MethodAnnotationFilter, ReflectionUtils.MethodModifierFilter
Enclosing class:
ReflectionUtils

public static interface ReflectionUtils.Filter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(T obj)
     
  • Method Details

    • matches

      boolean matches(T obj)