public class CharacterStringConverter extends StringConverter<Character>
StringConverter implementation for Character
(and char primitive) values.
| Constructor and Description |
|---|
CharacterStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
Character |
fromString(String value)
Converts the string provided into an object defined by the specific converter.
|
String |
toString(Character value)
Converts the object provided into its string form.
|
public Character fromString(String value)
fromString in class StringConverter<Character>public String toString(Character value)
toString in class StringConverter<Character>Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.