Package org.aoju.bus.image
Interface Efforts
public interface Efforts
图像处理额外接触点
即: 后续业务处理支持
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptiondefault Objectsupports(Attributes attributes, File file, Class<?> clazz)
-
Method Details
-
supports
- Parameters:
attributes- 完整影像信息file- 影像原始文件clazz- 调用类信息- Returns:
- 根据业务需要返回不同类型的值
-