Interface GenericMapper.Importer<T>

Enclosing class:
GenericMapper

protected static interface GenericMapper.Importer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    importElement(org.dom4j.Element element)
     
  • Method Details

    • importElement

      T importElement(org.dom4j.Element element) throws Exception
      Throws:
      Exception