EqualsBuilder.reflectionEquals
EqualsBuilder.reflectionEquals This method uses reflection to determine if the two Objects are equal. It uses AccessibleObject.setAccessible to gain access to private fields. This means that it will throw a security exception if run under a security manager, if the permissions are not set up correctly. It is also not as efficient as testing explicitly. Non-primitive fields are compared using equ..
2019. 9. 11. 14:42