Class FromLocalizedStringToStringConverter

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

public class FromLocalizedStringToStringConverter extends Object implements ConditionalConverter<LocalizedString,String>
Convert LocalizedString properties into String properties, extracting the value associated to the current Identity language.
This converter is added to the M2Mapper and is used for map BO with LocalizedString properties to DTO without LocalizedString properties.
Since:
10.0