Class XMLMapper.Factory

  • Enclosing interface:
    XMLMapper

    public static class XMLMapper.Factory
    extends java.lang.Object
    A factory for creating an instance of XMLMapper.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Factory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static XMLMapper create()
      Create a new mapper instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Factory

        private Factory()
    • Method Detail

      • create

        public static XMLMapper create()
        Create a new mapper instance.
        Returns:
        the new instance