Class WrappedValue
- java.lang.Object
-
- jakarta.xml.bind.JAXBElement
-
- org.eclipse.persistence.internal.jaxb.WrappedValue
-
- All Implemented Interfaces:
Serializable
public class WrappedValue extends jakarta.xml.bind.JAXBElementINTERNAL:Purpose: Provide an interface for asm generated wrapper classes to implement to enable the unwrapping of the values after the unmarshal.
Responsibilities:
- Provide an API to allow the unwrapping of the wrapped value
- Author:
- mmacivor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedValue(QName name, Class declaredType, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSetValue()voidsetValue(Object value)
-