public interface Neo4jPersistentPropertyConverterFactory
Neo4jPersistentPropertyConverter. Use cases may
be specific date formats or the like. The build method will receive the whole property. It is safe to assume that at
least the @ConvertWith annotation is present on the property, either directly or meta-annotated.
Classes implementing this interface should have a default constructor. In case they provide a constructor asking for
an instance of Neo4jConversionService, such service is provided. This allows for conversions delegating part
of the conversion.
| Modifier and Type | Method and Description |
|---|---|
Neo4jPersistentPropertyConverter |
getPropertyConverterFor(Neo4jPersistentProperty persistentProperty) |
Neo4jPersistentPropertyConverter getPropertyConverterFor(Neo4jPersistentProperty persistentProperty)
persistentProperty - The property for which the converter should be build.Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.