@Deprecated public interface StringConverter<T>
(https://jcp.org/en/jsr/detail?id=339)
,
ParamConverter
Modifier and Type | Method and Description |
---|---|
T |
fromString(String str)
Deprecated.
|
String |
toString(T value)
Deprecated.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.