| Configuration |
|
| Configuration.CollectKeys |
Annotated function will return the list of configuration keys.
|
| Configuration.ConvertWith |
|
| Configuration.DoubleRange |
Input for the annotated configuration field storing a Double, will be validated if it is in the given range
|
| Configuration.GraphStoreValidation |
The annotated method will be used to insert the implementation of validating a given graphStore.
|
| Configuration.GraphStoreValidationCheck |
|
| Configuration.Ignore |
Used to specify which interface methods to ignore by the ConfigurationProcessor.
|
| Configuration.IntegerRange |
Input for the annotated configuration field storing an Integer, will be validated if it is in the given range.
|
| Configuration.Key |
By default, a configuration field is resolved in the CypherMapWrapper parameter with the method name as the expected key.
|
| Configuration.LongRange |
Input for the annotated configuration field storing a Long, will be validated if it is in the given range
|
| Configuration.Parameter |
Configuration field is expected to be passed to the constructor as a parameter.
|
| Configuration.ToMap |
Annotated function will return the map representation of the configuration.
|
| Configuration.ToMapValue |
|
| CustomProcedure |
This annotation can be used to annotate a procedure in the same way as using `@Procedure` would.
|
| CustomProcedure.ResultField |
Annotated methods are included in the result definition.
|
| SuppressForbidden |
|
| ValueClass |
|