Class StringToThreeLetterCountryCodeConverter

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

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

      • StringToThreeLetterCountryCodeConverter

        public StringToThreeLetterCountryCodeConverter()
    • Method Detail

      • convert

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