public interface ContentTransformer
Implementations of this interface must specify the ContentTransformerContentType
that they can manage and the implementation of
the transform function.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
transform(java.lang.String content) |