Skip to content

Instantly share code, notes, and snippets.

@gitmatheus
Created March 24, 2022 23:56
Show Gist options
  • Save gitmatheus/c4e943120dcac6259a24f2e12de534d1 to your computer and use it in GitHub Desktop.
Save gitmatheus/c4e943120dcac6259a24f2e12de534d1 to your computer and use it in GitHub Desktop.
public interface IFieldReader {
Object getFieldValue(SObject record, String fieldName);
SObject getFieldRecord(SObject record, String fieldName);
List<SObject> getFieldRecords(SObject record, String fieldName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment