|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.configservice.api.LocaleUtil
public class LocaleUtil
| Constructor Summary | |
|---|---|
LocaleUtil() |
|
| Method Summary | |
|---|---|
static java.util.Locale |
getLocaleFromCode(java.lang.String localeCode)This method can be used where we expect a Locale object and we have an locale code "-" will be used to split language and country code in the locale code |
static java.lang.String |
getStringValue(java.lang.Object object)This method can be used where we expect a string and we have an attribute value as Map of MLS values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocaleUtil()
| Method Detail |
|---|
public static java.lang.String getStringValue(java.lang.Object object)
object - is attribute valuepublic static java.util.Locale getLocaleFromCode(java.lang.String localeCode)
localeCode - is locale code
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||