Class GetDeclaredField

  • All Implemented Interfaces:
    PrivilegedAction<Field>

    public final class GetDeclaredField
    extends Object
    implements PrivilegedAction<Field>
    Returns the declared field with the specified name or null if it does not exist.
    Author:
    Emmanuel Bernard