Class Neo4jPropertyValueTransformers

java.lang.Object
org.springframework.data.neo4j.core.Neo4jPropertyValueTransformers

public abstract class Neo4jPropertyValueTransformers extends Object
Contains some useful transformers for adding additional, supported transformations to example matchers via ExampleMatcher.withTransformer(String, ExampleMatcher.PropertyValueTransformer).
Since:
6.3.11
Author:
Michael J. Simons
  • Method Details

    • notMatching

      public static ExampleMatcher.PropertyValueTransformer notMatching()
      A transformer that will indicate that the generated condition for the specific property shall be negated, creating a n.property != $property for the equality operator for example.
      Returns:
      A value transformer negating values.