Uses of Class
org.neo4j.driver.springframework.boot.autoconfigure.Neo4jDriverProperties.TrustSettings
-
Packages that use Neo4jDriverProperties.TrustSettings Package Description org.neo4j.driver.springframework.boot.autoconfigure This package contains the properties and automatic configuration for Neo4js Java Driver. -
-
Uses of Neo4jDriverProperties.TrustSettings in org.neo4j.driver.springframework.boot.autoconfigure
Methods in org.neo4j.driver.springframework.boot.autoconfigure that return Neo4jDriverProperties.TrustSettings Modifier and Type Method Description Neo4jDriverProperties.TrustSettingsNeo4jDriverProperties.DriverSettings. getTrustSettings()Methods in org.neo4j.driver.springframework.boot.autoconfigure with parameters of type Neo4jDriverProperties.TrustSettings Modifier and Type Method Description voidNeo4jDriverProperties.DriverSettings. setTrustSettings(Neo4jDriverProperties.TrustSettings trustSettings)
-