package com.qianwen.core.tool.metadata; public interface FormatSupport { Object format(Object value); }