Uses of Class
org.neo4j.driver.springframework.boot.autoconfigure.Neo4jDriverProperties.TrustSettings.Strategy
-
Packages that use Neo4jDriverProperties.TrustSettings.Strategy Package Description org.neo4j.driver.springframework.boot.autoconfigure This package contains the properties and automatic configuration for Neo4js Java Driver. -
-
Uses of Neo4jDriverProperties.TrustSettings.Strategy in org.neo4j.driver.springframework.boot.autoconfigure
Methods in org.neo4j.driver.springframework.boot.autoconfigure that return Neo4jDriverProperties.TrustSettings.Strategy Modifier and Type Method Description Neo4jDriverProperties.TrustSettings.StrategyNeo4jDriverProperties.TrustSettings. getStrategy()static Neo4jDriverProperties.TrustSettings.StrategyNeo4jDriverProperties.TrustSettings.Strategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Neo4jDriverProperties.TrustSettings.Strategy[]Neo4jDriverProperties.TrustSettings.Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neo4j.driver.springframework.boot.autoconfigure with parameters of type Neo4jDriverProperties.TrustSettings.Strategy Modifier and Type Method Description voidNeo4jDriverProperties.TrustSettings. setStrategy(Neo4jDriverProperties.TrustSettings.Strategy strategy)
-