Interface JaxbObjectWrapperFactory

    • Method Detail

      • createWrapper

        JaxbObjectWrapper createWrapper​(java.lang.Object o)
        Creates wrapper for given object. May throw runtime exception if object is not supported
        Parameters:
        o - object to wrap
        Returns:
        wrapped object
      • getWrapperClass

        java.lang.Class<?> getWrapperClass()
        Returns runtime class of wrapper produced by this factory.
        Returns:
        class of wrapper produced by this factory.
      • supports

        boolean supports​(java.lang.Class<?> clazz)
        Checks if class is supported by this factory
        Parameters:
        clazz - class for check
        Returns:
        true if class is supported