@FunctionalInterface
public static interface ResourceUtil.Transformer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
transform(java.io.InputStream inputStream) |
T transform(java.io.InputStream inputStream) throws java.lang.Exception
java.lang.Exception