V - Tipo do valorpublic interface StringToValueConverter<V> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
V |
valueOf(String string)
Retorna o valor do atributo que corresponde a uma determinada string.
|
V valueOf(String string) throws ParseException
string - A string a ser convertida (Não aceita null).ParseException - Caso não seja possível converter a string em um
valor válido.Copyright © 2019. All rights reserved.