Class AttributeErrorListConverter

java.lang.Object
energy.eddie.regionconnector.shared.event.sourcing.converters.AttributeErrorListConverter
All Implemented Interfaces:
jakarta.persistence.AttributeConverter<List<AttributeError>,String>

public class AttributeErrorListConverter extends Object implements jakarta.persistence.AttributeConverter<List<AttributeError>,String>
Serializes and deserializes the AttributeError to a JSON list in order to persist it to a database column.
  • Constructor Details

    • AttributeErrorListConverter

      public AttributeErrorListConverter()
  • Method Details