forked from loafle/openapi-generator-original
* Fix typo in (unused) method name * Tidy up Rust server generator Remove some repetition and use some nifty new methods introduced in Java 8 * Start using Objects.hash and Objects.equals * Convert more equals implementations over To use Objects.equals * Convert more hashCode implementations over To use Objects.hash. Might have the pleasant side-effect of improving performance a bit.