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 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:
      convert in interface net.croz.nrich.search.api.converter.StringToEntityPropertyMapConverter