Class JaxbStringWrapperFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JaxbObjectWrapper createWrapper​(java.lang.Object o)
      Creates wrapper for given object.
      java.lang.Class<?> getWrapperClass()
      Returns runtime class of wrapper produced by this factory.
      boolean supports​(java.lang.Class<?> clazz)
      Checks if class is supported by this factory
      • Methods inherited from class java.lang.Object

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

      • JaxbStringWrapperFactory

        public JaxbStringWrapperFactory()