Class IDAMappingFactory
- java.lang.Object
-
- io.mosip.authentication.common.service.factory.IDAMappingFactory
-
- All Implemented Interfaces:
org.springframework.core.io.support.PropertySourceFactory
public class IDAMappingFactory extends Object implements org.springframework.core.io.support.PropertySourceFactory
Mapping factory class to map Request and Entity Mapping JSON.- Author:
- Dinesh Karuppiah.T
-
-
Constructor Summary
Constructors Constructor Description IDAMappingFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.env.PropertySource<?>createPropertySource(String name, org.springframework.core.io.support.EncodedResource resource)To create Mapping Factory class for IDA Mapping Configuration.
-
-
-
Method Detail
-
createPropertySource
public org.springframework.core.env.PropertySource<?> createPropertySource(String name, org.springframework.core.io.support.EncodedResource resource) throws IOException
To create Mapping Factory class for IDA Mapping Configuration.- Specified by:
createPropertySourcein interfaceorg.springframework.core.io.support.PropertySourceFactory- Parameters:
name- the nameresource- the resource- Returns:
- the property source>
- Throws:
IOException- Signals that an I/O exception has occurred.
-
-