Package com.alibaba.cloud.nacos
Class NacosPropertySourceRepository
java.lang.Object
com.alibaba.cloud.nacos.NacosPropertySourceRepository
- Author:
- xiaojing, pbting
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcollectNacosPropertySource(NacosPropertySource nacosPropertySource) static voidcollectNacosPropertySources(NacosPropertySource nacosPropertySource) Deprecated.static List<NacosPropertySource>getAll()static Stringstatic NacosPropertySourcegetNacosPropertySource(String dataId) Deprecated.static NacosPropertySourcegetNacosPropertySource(String dataId, String group)
-
Method Details
-
getAll
- Returns:
- all nacos properties from application context.
-
collectNacosPropertySources
Deprecated.- Parameters:
nacosPropertySource- nacosPropertySource
-
getNacosPropertySource
Deprecated.recommend to usegetNacosPropertySource(java.lang.String, java.lang.String).- Parameters:
dataId- dataId- Returns:
- NacosPropertySource
-
collectNacosPropertySource
-
getNacosPropertySource
-
getMapKey
-