Class PredefinedNamespacePrefixMapper.JsonPropertySourceFactory
java.lang.Object
org.alfresco.hxi_connector.bulk_ingester.processor.mapper.config.PredefinedNamespacePrefixMapper.JsonPropertySourceFactory
- All Implemented Interfaces:
org.springframework.core.io.support.PropertySourceFactory
- Enclosing class:
- PredefinedNamespacePrefixMapper
public static class PredefinedNamespacePrefixMapper.JsonPropertySourceFactory
extends Object
implements org.springframework.core.io.support.PropertySourceFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.env.PropertySource<?>createPropertySource(String name, org.springframework.core.io.support.EncodedResource resource)
-
Constructor Details
-
JsonPropertySourceFactory
public JsonPropertySourceFactory()
-
-
Method Details
-
createPropertySource
public org.springframework.core.env.PropertySource<?> createPropertySource(String name, org.springframework.core.io.support.EncodedResource resource) throws IOException - Specified by:
createPropertySourcein interfaceorg.springframework.core.io.support.PropertySourceFactory- Throws:
IOException
-