I need GSON mapper to throw an exception if json contains unknown fields. For example if we have POJO like
public class MyClass { String name; }