Semyon Kirekov

Results 3 comments of Semyon Kirekov

@mleg Sounds like a good idea! Pull requests are welcome

@mleg By the way, I don't think that you should rename all methods in `Sneaky` class. But instead there has to be a separate `unchecked` method with required overloaded parameters....

@RemboL We've implemented this solution in our project to set the `ObjectMapper` instance configured by Spring. Look at the code example below. ```java @Component("HibernateObjectMapperSupplier") public class HibernateObjectMapperSupplier implements ObjectMapperSupplier {...