Package org.jboss.staxmapper
Class XMLMapper.Factory
- java.lang.Object
-
- org.jboss.staxmapper.XMLMapper.Factory
-
-
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.
-
-
-
Method Detail
-
create
public static XMLMapper create()
Create a new mapper instance.- Returns:
- the new instance
-
-