Class JaxbImporter<T>

java.lang.Object
org.fastnate.data.xml.JaxbImporter<T>
Type Parameters:
T - the type of the imported entities

public class JaxbImporter<T> extends Object
Imports an entity from an XML file using JAXB.
Author:
Tobias Liefke
  • Constructor Details

    • JaxbImporter

      public JaxbImporter(Class<T> entityClass)
      Creates a new JaxbImporter instance.
      Parameters:
      entityClass - The type of the imported entities.
  • Method Details