the scenario is I have a class as below,
@Data class Operation { private String id; private String name; private String description; }