ElasticSearch with Java API - Mapping a complicated class with from a class or existing object

My class - "Transaction", is complicated with a lot of nested objects. There is a way to define the mapping straight from the class or an existing object?

note: I am using the rest API with High-Level client. if there is only a solution with the low-level client, ist also ok.

Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.