How to map gremlin query output Map<Object, Object> to java Pojo class?
Gremlin returns vertex properties in Object, how to convert/map it to POJO Class?
Do we need to write a separate mapper class?
How to map gremlin query output Map<Object, Object> to java Pojo class?
Gremlin returns vertex properties in Object, how to convert/map it to POJO Class?
Do we need to write a separate mapper class?
Copyright © 2021 Jogjafile Inc.
Able to convert, using
fasterxmlobject mapper