public interface Transformer
Implementations must be thread-safe! It is recommended they are also stateless.
| Modifier and Type | Method and Description |
|---|---|
Object |
fromString(String str)
Transforms a String into an Object.
|
String |
toString(Object obj)
Transforms an Object into a String.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.