Interface IJAXBUnmarshaller<JAXBTYPE>

Type Parameters:
JAXBTYPE - The JAXB type to be written
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IJAXBUnmarshaller<JAXBTYPE>
A special bi-consumer that additionally can throw a JAXBException
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.xml.bind.JAXBElement<JAXBTYPE>
    doUnmarshal(jakarta.xml.bind.Unmarshaller aUnmarshaller, Class<JAXBTYPE> aClass)
     
  • Method Details

    • doUnmarshal

      @Nonnull jakarta.xml.bind.JAXBElement<JAXBTYPE> doUnmarshal(@Nonnull jakarta.xml.bind.Unmarshaller aUnmarshaller, @Nonnull Class<JAXBTYPE> aClass) throws jakarta.xml.bind.JAXBException
      Throws:
      jakarta.xml.bind.JAXBException