Also: SpringCore
public static interface

ReflectionUtils.FieldCallback

org.springframework.util.ReflectionUtils.FieldCallback

Class Overview

Callback interface invoked on each field in the hierarchy.

Summary

Public Methods
abstract void doWith(Field field)
Perform an operation using the given field.

Public Methods

public abstract void doWith (Field field)

Also: SpringCore

Perform an operation using the given field.

Parameters
field the field to operate on