Class UnmarshallerUtils


  • public class UnmarshallerUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T unmarshal​(java.lang.Class<T> contextClass, java.lang.String xmlToUnmarshal)  
      • Methods inherited from class java.lang.Object

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

      • UnmarshallerUtils

        public UnmarshallerUtils()
    • Method Detail

      • unmarshal

        public static <T> T unmarshal​(java.lang.Class<T> contextClass,
                                      java.lang.String xmlToUnmarshal)