neo4j-contrib/neo4j-sproc-compiler

Validate procedure input type

Closed this issue · 0 comments

Only those types are valid:

  • String
  • Long
  • long
  • Double
  • double
  • Number
  • Boolean
  • boolean
  • java.util.Map<String,Object>
  • java.util.List of any type in this list, including java.util.List
  • Object