@Deprecated public interface StringConverter<T>
Use this when toString(), valueOf, and/or constructor(String) can not satisfy your marshalling requirements.
ParamConverter
Modifier and Type | Method and Description |
---|---|
T |
fromString(String str)
Deprecated.
|
String |
toString(T value)
Deprecated.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.