Package net.croz.nrich.search.converter
Class DefaultStringToEntityPropertyMapConverter
java.lang.Object
net.croz.nrich.search.converter.DefaultStringToEntityPropertyMapConverter
- All Implemented Interfaces:
net.croz.nrich.search.api.converter.StringToEntityPropertyMapConverter
public class DefaultStringToEntityPropertyMapConverter
extends Object
implements net.croz.nrich.search.api.converter.StringToEntityPropertyMapConverter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultStringToEntityPropertyMapConverter
public DefaultStringToEntityPropertyMapConverter()
-
-
Method Details
-
convert
public Map<String,Object> convert(String value, List<String> propertyToSearchList, jakarta.persistence.metamodel.ManagedType<?> managedType, net.croz.nrich.search.api.model.property.SearchPropertyConfiguration searchPropertyConfiguration) - Specified by:
convertin interfacenet.croz.nrich.search.api.converter.StringToEntityPropertyMapConverter
-