Class FilterConditionConverter

java.lang.Object
io.jmix.flowuidata.entity.FilterConditionConverter
All Implemented Interfaces:
jakarta.persistence.AttributeConverter<LogicalFilterCondition,String>

public class FilterConditionConverter extends Object implements jakarta.persistence.AttributeConverter<LogicalFilterCondition,String>
Converts the LogicalFilterCondition entity to its JSON representation for storing in the database and vice versa. Implements the AttributeConverter interface to manage the conversion process.
  • Field Details

    • objectMapper

      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
  • Constructor Details

    • FilterConditionConverter

      public FilterConditionConverter()
  • Method Details