Uses of Class
org.springframework.data.neo4j.core.convert.Neo4jConversions
Packages that use Neo4jConversions
Package
Description
This package contains configuration related support classes that
can be used for application specific, annotated configuration classes.
This package contains the core infrastructure for creating an
imperative or reactive client that can execute queries.
The main mapping framework.
-
Uses of Neo4jConversions in org.springframework.data.neo4j.config
Methods in org.springframework.data.neo4j.config that return Neo4jConversionsModifier and TypeMethodDescriptionAbstractNeo4jConfig.neo4jConversions()AbstractReactiveNeo4jConfig.neo4jConversions()Neo4jCdiConfigurationSupport.neo4jConversions()Methods in org.springframework.data.neo4j.config with parameters of type Neo4jConversionsModifier and TypeMethodDescriptionAbstractNeo4jConfig.neo4jMappingContext(Neo4jConversions neo4JConversions) AbstractReactiveNeo4jConfig.neo4jMappingContext(Neo4jConversions neo4JConversions) Method parameters in org.springframework.data.neo4j.config with type arguments of type Neo4jConversionsModifier and TypeMethodDescriptionNeo4jCdiConfigurationSupport.neo4jMappingContext(org.neo4j.driver.Driver driver, jakarta.enterprise.inject.Instance<Neo4jConversions> neo4JConversions) -
Uses of Neo4jConversions in org.springframework.data.neo4j.core
Methods in org.springframework.data.neo4j.core with parameters of type Neo4jConversionsModifier and TypeMethodDescriptionNeo4jClient.Builder.withNeo4jConversions(@Nullable Neo4jConversions neo4jConversions) Configures the set ofNeo4jConversionsto use.ReactiveNeo4jClient.Builder.withNeo4jConversions(@Nullable Neo4jConversions neo4jConversions) Configures the set ofNeo4jConversionsto use. -
Uses of Neo4jConversions in org.springframework.data.neo4j.core.mapping
Methods in org.springframework.data.neo4j.core.mapping with parameters of type Neo4jConversionsModifier and TypeMethodDescriptionNeo4jMappingContext.Builder.withNeo4jConversions(Neo4jConversions neo4jConversions) Constructors in org.springframework.data.neo4j.core.mapping with parameters of type Neo4jConversions