Class JAXBElementSubstitution
- java.lang.Object
-
- io.quarkus.hibernate.orm.runtime.boot.xml.JAXBElementSubstitution
-
- All Implemented Interfaces:
ObjectSubstitution<jakarta.xml.bind.JAXBElement,JAXBElementSubstitution.Serialized>
public class JAXBElementSubstitution extends Object implements ObjectSubstitution<jakarta.xml.bind.JAXBElement,JAXBElementSubstitution.Serialized>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJAXBElementSubstitution.Serialized
-
Constructor Summary
Constructors Constructor Description JAXBElementSubstitution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.xml.bind.JAXBElementdeserialize(JAXBElementSubstitution.Serialized obj)JAXBElementSubstitution.Serializedserialize(jakarta.xml.bind.JAXBElement obj)
-
-
-
Method Detail
-
serialize
public JAXBElementSubstitution.Serialized serialize(jakarta.xml.bind.JAXBElement obj)
- Specified by:
serializein interfaceObjectSubstitution<jakarta.xml.bind.JAXBElement,JAXBElementSubstitution.Serialized>
-
deserialize
public jakarta.xml.bind.JAXBElement deserialize(JAXBElementSubstitution.Serialized obj)
- Specified by:
deserializein interfaceObjectSubstitution<jakarta.xml.bind.JAXBElement,JAXBElementSubstitution.Serialized>
-
-