Package cronapi.chatbot
Class ChatBotConfiguration.JsonLoader
- java.lang.Object
-
- cronapi.chatbot.ChatBotConfiguration.JsonLoader
-
- All Implemented Interfaces:
org.springframework.core.io.support.PropertySourceFactory
- Enclosing class:
- ChatBotConfiguration
public static class ChatBotConfiguration.JsonLoader extends Object implements org.springframework.core.io.support.PropertySourceFactory
-
-
Constructor Summary
Constructors Constructor Description JsonLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.env.PropertySource<?>createPropertySource(String s, org.springframework.core.io.support.EncodedResource resource)
-
-
-
Method Detail
-
createPropertySource
public org.springframework.core.env.PropertySource<?> createPropertySource(String s, org.springframework.core.io.support.EncodedResource resource) throws IOException
- Specified by:
createPropertySourcein interfaceorg.springframework.core.io.support.PropertySourceFactory- Throws:
IOException
-
-