karlenigma
09/14/2018, 8:45 PMAaron
09/14/2018, 8:45 PMhandleLazyProxy
to do this instead of using the reflector: Method getterMethod = ReflectionUtils.findMethod(entity.javaClass, getterName)
def propertyValue = getterMethod.invoke(thisObject)