Class FieldUtils

java.lang.Object
org.apache.commons.lang3.reflect.FieldUtils

public class FieldUtils extends Object
Utilities for working with Fields by reflection. Adapted and refactored from the dormant [reflect] Commons sandbox component.

The ability is provided to break the scoping restrictions coded by the programmer. This can allow fields to be changed that shouldn't be. This facility should be used with care.

Since:
2.5