Class ListContextVariableConverter
java.lang.Object
org.qubership.atp.itf.lite.backend.model.entities.converters.ListContextVariableConverter
- All Implemented Interfaces:
javax.persistence.AttributeConverter<List<ContextVariable>,String>
@Component
public class ListContextVariableConverter
extends Object
implements javax.persistence.AttributeConverter<List<ContextVariable>,String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(List<ContextVariable> requestParams) convertToEntityAttribute(String requestParamsJson)
-
Constructor Details
-
ListContextVariableConverter
public ListContextVariableConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfacejavax.persistence.AttributeConverter<List<ContextVariable>,String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfacejavax.persistence.AttributeConverter<List<ContextVariable>,String>
-