Fixes dispatch for toString, equals, hashCode in hystrix
This copies missing logic from `FeignInvocationHandler` to
`HystrixInvocationHandler`, preventing NPEs when calling methods defined
on `java.lang.Object`.
@ -56,7 +57,7 @@ final class HystrixInvocationHandler implements InvocationHandler {
@@ -56,7 +57,7 @@ final class HystrixInvocationHandler implements InvocationHandler {
@ -67,6 +68,22 @@ final class HystrixInvocationHandler implements InvocationHandler {
@@ -67,6 +68,22 @@ final class HystrixInvocationHandler implements InvocationHandler {
@ -137,6 +154,25 @@ final class HystrixInvocationHandler implements InvocationHandler {
@@ -137,6 +154,25 @@ final class HystrixInvocationHandler implements InvocationHandler {