Class Docx4jUnmarshallerListener

java.lang.Object
jakarta.xml.bind.Unmarshaller.Listener
org.docx4j.jaxb.Docx4jUnmarshallerListener

public class Docx4jUnmarshallerListener
extends jakarta.xml.bind.Unmarshaller.Listener
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected static org.slf4j.Logger log  
  • Constructor Summary

    Constructors
    Constructor Description
    Docx4jUnmarshallerListener​(JaxbXmlPart part)  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(java.lang.Object target, java.lang.Object parent)  

    Methods inherited from class jakarta.xml.bind.Unmarshaller.Listener

    beforeUnmarshal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static org.slf4j.Logger log
  • Constructor Details

    • Docx4jUnmarshallerListener

      public Docx4jUnmarshallerListener​(JaxbXmlPart part)
  • Method Details

    • afterUnmarshal

      public void afterUnmarshal​(java.lang.Object target, java.lang.Object parent)
      Overrides:
      afterUnmarshal in class jakarta.xml.bind.Unmarshaller.Listener