Let\'s say I have a class with a string field named \"myfield\", and use reflection to get the field, I\'ve found that Object.getClass().getDeclaredField(\"myfield\");
Object.getClass().getDeclaredField(\"myfield\");
Get a list of all declared fields and manually go through them in a loop doing a case insensitive comparison on the name.