*
* @param clazz The class that contains the static field.
* @return A field supplier builder which lets you specify the parameters needed to find the field.
*/
public static FieldSupplierBuilder fieldIn(Class<?> clazz) {
return new FieldSupplierBuilder(clazz);
}