Uses of Class
com.vaadin.hilla.crud.filter.FilterTransformer
Packages that use FilterTransformer
-
Uses of FilterTransformer in com.vaadin.hilla.crud.filter
Methods in com.vaadin.hilla.crud.filter that return FilterTransformerModifier and TypeMethodDescriptionFilterTransformer.withFilterTransformation(Function<PropertyStringFilter, PropertyStringFilter> filterTransformation) Declares a function that will be applied to allPropertyStringFilterinstances, allowing any kind of customization, including a replacement of the filter itself.FilterTransformer.withMapping(String from, String to) Declares a mapping from one property name to another.