-
public interface Configurable可配置的对象。
-
-
Method Summary
Modifier and Type Method Description abstract Configurableconfigure(Map<String, Object> configParams)根据指定的配置复制当前对象,返回一个新对象。 abstract Map<String, Object>getConfigParams()配置参数。 -
-
Method Detail
-
configure
abstract Configurable configure(Map<String, Object> configParams)
根据指定的配置复制当前对象,返回一个新对象。
-
getConfigParams
abstract Map<String, Object> getConfigParams()
配置参数。
-
-
-
-