Class 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 Detail

      • IDAMappingFactory

        public IDAMappingFactory()
    • 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:
        createPropertySource in interface org.springframework.core.io.support.PropertySourceFactory
        Parameters:
        name - the name
        resource - the resource
        Returns:
        the property source
        Throws:
        IOException - Signals that an I/O exception has occurred.