类 CacheConfigSupport
java.lang.Object
cn.taketoday.cache.CacheConfigSupport
- 从以下版本开始:
- 4.0 2022/3/9 21:33
- 作者:
- Nikita Koksharov, Harry Yang
-
字段概要
-
构造器概要
-
方法概要
修饰符和类型方法说明fromJSON
(InputStream inputStream) fromYAML
(InputStream inputStream) toJSON
(Map<String, ? extends CacheConfig> configs) toYAML
(Map<String, ? extends CacheConfig> configs)
-
字段详细资料
-
jsonMapper
ObjectMapper jsonMapper -
yamlMapper
ObjectMapper yamlMapper
-
-
构造器详细资料
-
CacheConfigSupport
public CacheConfigSupport()
-
-
方法详细资料
-
fromJSON
- 抛出:
IOException
-
fromJSON
- 抛出:
IOException
-
fromJSON
- 抛出:
IOException
-
fromJSON
- 抛出:
IOException
-
fromJSON
- 抛出:
IOException
-
toJSON
- 抛出:
IOException
-
fromYAML
- 抛出:
IOException
-
fromYAML
- 抛出:
IOException
-
fromYAML
- 抛出:
IOException
-
fromYAML
- 抛出:
IOException
-
fromYAML
- 抛出:
IOException
-
toYAML
- 抛出:
IOException
-