all field mapper should be "included in root object"
This commit is contained in:
parent
0367103423
commit
19ff93b09a
|
@ -162,7 +162,7 @@ public class AllFieldMapper extends AbstractFieldMapper<Void> implements Interna
|
|||
}
|
||||
|
||||
@Override public boolean includeInObject() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override protected Fieldable parseCreateField(ParseContext context) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue