Class AccountLoader

java.lang.Object
com.google.gerrit.server.account.AccountLoader

public class AccountLoader extends Object
AccountLoader is the class that populates properties of the AccountInfo provided to it.

The class is designed to be used in the following way:

  1. Call get to get AccountInfo for a given id that will be filled on next fill.
  2. Call put to provide AccountInfo that will be filled on the next fill.
  3. Call fill to populate properties of the AccountInfo.
  4. Call get if needed again to get filled AccountInfo.