Let\'s say I have this POJO:
@Data public class MyPojo { private boolean isEnabled; private int timeout; }