As of the documentation, it is possible to make different values for dynamicMapping setting in document and it's inner objects.
However, it is not possible to enable dynamicMapping for @Field(type = FieldType.Object), because it is not an entity.
There should be a way to apply this setting on any property, not only for documents, as there many cases, when Object field is not an entity - Map, for example.