Package org.docx4j.jaxb
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.Loggerlog -
Constructor Summary
Constructors Constructor Description Docx4jUnmarshallerListener(JaxbXmlPart part) -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(java.lang.Object target, java.lang.Object parent)Methods inherited from class jakarta.xml.bind.Unmarshaller.Listener
beforeUnmarshalMethods 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
-
-
Method Details
-
afterUnmarshal
public void afterUnmarshal(java.lang.Object target, java.lang.Object parent)- Overrides:
afterUnmarshalin classjakarta.xml.bind.Unmarshaller.Listener
-