Class Hk2JAXBUnmarshallerListener

java.lang.Object
jakarta.xml.bind.Unmarshaller.Listener
org.glassfish.hk2.xml.internal.Hk2JAXBUnmarshallerListener

public class Hk2JAXBUnmarshallerListener extends jakarta.xml.bind.Unmarshaller.Listener
Used by implementations of XmlService, though it may not actually be JAXB that is calling the methods
Author:
jwells
  • Method Details

    • afterUnmarshal

      public void afterUnmarshal(Object target, Object parent)
      Overrides:
      afterUnmarshal in class jakarta.xml.bind.Unmarshaller.Listener
    • beforeUnmarshal

      public void beforeUnmarshal(Object target, Object parent)
      Overrides:
      beforeUnmarshal in class jakarta.xml.bind.Unmarshaller.Listener