Class ThreeLetterCountryCodeWriteConverter

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

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

      • ThreeLetterCountryCodeWriteConverter

        public ThreeLetterCountryCodeWriteConverter()
    • Method Detail

      • convert

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