Package io.jmix.flowuidata.entity
Class FilterConditionConverter
java.lang.Object
io.jmix.flowuidata.entity.FilterConditionConverter
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<LogicalFilterCondition,String>
@Deprecated(forRemoval=true)
public class FilterConditionConverter
extends Object
implements jakarta.persistence.AttributeConverter<LogicalFilterCondition,String>
Deprecated, for removal: This API element is subject to removal in a future version.
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.
DEPRECATED since 2.6 as not needed anymore, will be removed in 3.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapperDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(LogicalFilterCondition filterCondition) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapperDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
FilterConditionConverter
public FilterConditionConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
convertToDatabaseColumn
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
convertToDatabaseColumnin interfacejakarta.persistence.AttributeConverter<LogicalFilterCondition,String>
-
convertToEntityAttribute
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
convertToEntityAttributein interfacejakarta.persistence.AttributeConverter<LogicalFilterCondition,String>
-