Class AbstractMarshaller<T>

    • Constructor Detail

      • AbstractMarshaller

        public AbstractMarshaller​(Class<T> clzRoot)
        Construct a marshaller instance.
        Parameters:
        clzRoot - class of the root object this marshaller is for
    • Method Detail

      • getRootClass

        protected Class<T> getRootClass()
        Return class of the root object this marshaller is for.
        Returns:
        root object class