Package io.github.cfraser.graphguard
Class Schema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSchema.GraphA Graph is a Set of nodes that specify the expected entities in a Neo4j database.
public final classSchema.NodeA Node in the graph.
public final classSchema.RelationshipA Relationship in the graph.
public final classSchema.PropertyA Property on a Node or Relationship.
public final classSchema.ValidatorSchema.Validator is a Server.Plugin that validates the Bolt.Run.query and Bolt.Run.parameters in a Bolt.Run message. If the data in the Bolt.Message is invalid, according to the Schema, then a Bolt.Failure is returned.
-
Field Summary
Fields Modifier and Type Field Description private final Set<Schema.Graph>graphs
-
Method Summary
Modifier and Type Method Description final Set<Schema.Graph>getGraphs()the Schema.Graphs defining the Schema.Nodes and Schema.Relationships -
-
Method Detail
-
getGraphs
final Set<Schema.Graph> getGraphs()
the Schema.Graphs defining the Schema.Nodes and Schema.Relationships
-
-
-
-