Interface ExampleMatcher.PropertyValueTransformer

All Superinterfaces:
Function<Optional<Object>, Optional<Object>>
All Known Implementing Classes:
ExampleMatcher.NoOpPropertyValueTransformer
Enclosing interface:
ExampleMatcher

public static interface ExampleMatcher.PropertyValueTransformer extends Function<Optional<Object>, Optional<Object>>
Allows to transform the property value before it is used in the query.
Since:
1.12
Author:
Christoph Strobl, Mark Paluch, Oliver Gierke, Jens Schauder