public interface CountryCodeConverter
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
Modifier and Type | Method and Description |
---|---|
List<String> |
convertFipsToIso3(String fipsCountryCode)
Converts FIPS 10-4 into ISO 3166-1 alpha 3.
|
List<String> |
convertIso3ToFips(String iso3alphaCountryCode)
Converts ISO 3166-1 alpha 3 into FIPS 10-4.
|
List<String> convertFipsToIso3(@Nullable String fipsCountryCode)
fipsCountryCode
- a FIPS 10-4 country codeList<String> convertIso3ToFips(@Nullable String iso3alphaCountryCode)
iso3alphaCountryCode
- an ISO 3166 alpha 3 country codeThis work is licensed under a Creative Commons Attribution 4.0 International License.