You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
toString has already been mentioned in #97 and indeed is a useful addition. We'll add it in a future version by serializing the type to JSON rendered in a string.
hashCode and equals are different beasts though, as they require additional code in every class. They may come in a later release.
Classes in
co.elastic.clients.elasticsearch._types
do not implement the hashCode/equals/toString methodsThis would be particularly useful for debugging or in unit tests, could the generator be improved to generate these methods?
The text was updated successfully, but these errors were encountered: