Class Neo4jConversions

java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.neo4j.core.convert.Neo4jConversions

@API(status=STABLE, since="6.0") public final class Neo4jConversions extends org.springframework.data.convert.CustomConversions
Since:
6.0
Author:
Michael J. Simons
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.data.convert.CustomConversions

    org.springframework.data.convert.CustomConversions.ConverterConfiguration, org.springframework.data.convert.CustomConversions.ConverterRegistrationIntent, org.springframework.data.convert.CustomConversions.StoreConversions
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a Neo4jConversions object without custom converters.
    Creates a new CustomConversions instance registering the given converters.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerConvertersIn(org.springframework.core.convert.converter.ConverterRegistry conversionService)
     

    Methods inherited from class org.springframework.data.convert.CustomConversions

    getCustomWriteTarget, getCustomWriteTarget, getPropertyValueConversions, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, hasValueConverter, isSimpleType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Neo4jConversions

      public Neo4jConversions()
      Creates a Neo4jConversions object without custom converters.
    • Neo4jConversions

      public Neo4jConversions(Collection<?> converters)
      Creates a new CustomConversions instance registering the given converters.
      Parameters:
      converters - must not be null.
  • Method Details

    • registerConvertersIn

      public void registerConvertersIn(org.springframework.core.convert.converter.ConverterRegistry conversionService)
      Overrides:
      registerConvertersIn in class org.springframework.data.convert.CustomConversions