Class DisplayScopeConverter

java.lang.Object
io.goobi.viewer.dao.converter.DisplayScopeConverter
All Implemented Interfaces:
AttributeConverter<DisplayScope,String>

public class DisplayScopeConverter extends Object implements AttributeConverter<DisplayScope,String>
JPA AttributeConverter that serialises DisplayScope objects to a JSON string for database storage and deserialises them back on read.