I have a collection which has nested inherited object as shown below.
@Document("Person") public class Person { @Id private String id; private Strin