Package | Description |
---|---|
com.iland.core.api.serialization | |
com.iland.core.api.user | |
com.iland.core.web.rest.response.country |
Modifier and Type | Method and Description |
---|---|
Country |
CountrySerializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
CountrySerializer.serialize(Country src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Modifier and Type | Method and Description |
---|---|
static Country |
Country.getCountryByFullname(String fullname)
Gets a
Country by it's fullname. |
static Country |
Country.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Country[] |
Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CountryListResponse(List<Country> data) |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.