public interface ContentTransformer<T>
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 |
|---|---|
ContentTransformerContentType<T> |
getContentTransformerContentType() |
T |
transform(T content) |
ContentTransformerContentType<T> getContentTransformerContentType()