Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.
This repository was archived by the owner on May 3, 2021. It is now read-only.

Getting "Unable to convert com.some.Some$SomeEnum to Neo4j Value." #202

@bojanv55

Description

@bojanv55

Using:

                 <dependency>
			<groupId>org.neo4j.springframework.data</groupId>
			<artifactId>spring-data-neo4j-rx-spring-boot-starter</artifactId>
			<version>1.0.0</version>
		</dependency>

and SpringBoot with my repo that extends ReactiveNeo4jRepository<Some, String> {

where

@Data
@Node
public class Some {
    @Id
    private SomeEnum naziv;

    @AllArgsConstructor
    @Getter
    public enum SomeEnum {
        MY("my"),

and getting that exception that it cannot convert Enumeration to value.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions