Class FromStringToLocalizedStringConverter

java.lang.Object
overit.geocall.model.converters.FromStringToLocalizedStringConverter
All Implemented Interfaces:
Converter<String,LocalizedString>, ConditionalConverter<String,LocalizedString>

public class FromStringToLocalizedStringConverter extends Object implements ConditionalConverter<String,LocalizedString>
Convert String properties into LocalizedString properties, creating a new LocalizedString object
with a LocalizedString.LocalizedItem for the current Identity language and the String value. This converter is added to the M2Mapper and is used for map DTO with some String properties into BO with LocalizedString properties (old rest versions).
Since:
10.0