|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.core.convert.support.StringToLocaleConverter
final class StringToLocaleConverter
Converts a String to a Locale.
| Constructor Summary | |
|---|---|
StringToLocaleConverter()
|
|
| Method Summary | |
|---|---|
java.util.Locale |
convert(java.lang.String source)
Convert the source of type S to target type T. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
StringToLocaleConverter()
| Method Detail |
|---|
public java.util.Locale convert(java.lang.String source)
Converter
convert in interface Converter<java.lang.String,java.util.Locale>source - the source object to convert, which must be an instance of S
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||