Also: SpringCore
public static interface

ReflectionUtils.FieldFilter

org.springframework.util.ReflectionUtils.FieldFilter

Class Overview

Callback optionally used to filter fields to be operated on by a field callback.

Summary

Public Methods
abstract boolean matches(Field field)
Determine whether the given field matches.

Public Methods

public abstract boolean matches (Field field)

Also: SpringCore

Determine whether the given field matches.

Parameters
field the field to check