Skip to content

handle CompositeProperty objects "like nodes" #2315

Open
@xenoterracide

Description

@xenoterracide

https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/#custom.conversions.composite-properties

should we be able to convert any map into an object using the keys as the field names and the values as the values, all the way down? isn't this exactly what Jackson and many deserialization libraries do? This seems convoluted for what is probably the most common use case. Seems like you could apply the exact same logic as you do when converting a node into an object, since aren't the properties on the node the same thing, just a map?

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: needs-investigationAn issue that has been triaged but needs further investigation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions