Class BinaryOperatorToSqlOperatorConverter

java.lang.Object
de.hybris.platform.odata2services.filter.BinaryOperatorToSqlOperatorConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<org.apache.olingo.odata2.api.uri.expression.BinaryOperator,String>

public class BinaryOperatorToSqlOperatorConverter extends Object implements org.springframework.core.convert.converter.Converter<org.apache.olingo.odata2.api.uri.expression.BinaryOperator,String>
Converts a BinaryOperator to a SQL operator. Not all SQL operators are supported currently. An OperatorNotSupportedException exception will be thrown for the unsupported operators
  • Constructor Details

    • BinaryOperatorToSqlOperatorConverter

      public BinaryOperatorToSqlOperatorConverter()
  • Method Details

    • convert

      public String convert(org.apache.olingo.odata2.api.uri.expression.BinaryOperator operator)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<org.apache.olingo.odata2.api.uri.expression.BinaryOperator,String>