Interface Importer<A extends AbstractIdentifiableObject,​T extends CRUDAccessor<A>>

    • Method Detail

      • init

        void init​(Entity<A,​T> entity)
      • importOne

        A importOne​(ImportConfiguration importConfig,
                    com.fasterxml.jackson.core.JsonParser jParser,
                    com.fasterxml.jackson.databind.ObjectMapper mapper,
                    Map<String,​String> references)
             throws com.fasterxml.jackson.core.JsonParseException,
                    com.fasterxml.jackson.databind.JsonMappingException,
                    IOException
        Throws:
        com.fasterxml.jackson.core.JsonParseException
        com.fasterxml.jackson.databind.JsonMappingException
        IOException