Class BeanMappingXMLBuilder

    • Constructor Detail

      • BeanMappingXMLBuilder

        public BeanMappingXMLBuilder​(BeanContainer beanContainer,
                                     ELEngine elEngine)
    • Method Detail

      • loadFiles

        public void loadFiles​(List<String> files)
        Loads the collection of files into memory and parses the XML
        Parameters:
        files - collection of file paths
      • loadInputStreams

        public void loadInputStreams​(List<Supplier<InputStream>> xmlMappingSuppliers)
        Loads the collection of streams into memory and parses the XML
        Parameters:
        xmlMappingSuppliers - collection of streams to xml file/content