类 PropertySourceUtils
java.lang.Object
spring.turbo.module.configuration.util.PropertySourceUtils
- 从以下版本开始:
- 2.2.1
- 作者:
- 应卓
-
方法概要
修饰符和类型方法说明static org.springframework.core.env.PropertySource<?>loadHoconFormat(org.springframework.core.io.Resource resource, String propertySourceName) static org.springframework.core.env.PropertySource<?>loadPropertiesFormat(org.springframework.core.io.Resource resource, String propertySourceName) static org.springframework.core.env.PropertySource<?>loadYamlFormat(org.springframework.core.io.Resource resource, String propertySourceName)
-
方法详细资料
-
loadPropertiesFormat
@Nullable public static org.springframework.core.env.PropertySource<?> loadPropertiesFormat(@Nullable org.springframework.core.io.Resource resource, String propertySourceName) -
loadYamlFormat
@Nullable public static org.springframework.core.env.PropertySource<?> loadYamlFormat(@Nullable org.springframework.core.io.Resource resource, String propertySourceName) -
loadHoconFormat
@Nullable public static org.springframework.core.env.PropertySource<?> loadHoconFormat(@Nullable org.springframework.core.io.Resource resource, String propertySourceName)
-