Currently for one-time access to a field you need to call Mirror.reflectClass(yourObject.class).declaredField("fieldName").get(yourObject), but for such a simple case it would be nice to be able to do something akin to Mirror.getField(object, "fieldName").