Class TwoLetterCountryCodeWriteConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<org.bremersee.common.model.TwoLetterCountryCode,​String>

    @WritingConverter
    public class TwoLetterCountryCodeWriteConverter
    extends Object
    implements org.springframework.core.convert.converter.Converter<org.bremersee.common.model.TwoLetterCountryCode,​String>
    The two letter country code write converter.
    Author:
    Christian Bremer
    • Constructor Detail

      • TwoLetterCountryCodeWriteConverter

        public TwoLetterCountryCodeWriteConverter()
    • Method Detail

      • convert

        public String convert​(org.bremersee.common.model.TwoLetterCountryCode source)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<org.bremersee.common.model.TwoLetterCountryCode,​String>