Class WrappedValue
- java.lang.Object
-
- javax.xml.bind.JAXBElement
-
- org.eclipse.persistence.internal.jaxb.WrappedValue
-
- All Implemented Interfaces:
java.io.Serializable
public class WrappedValue extends javax.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(javax.xml.namespace.QName name, java.lang.Class declaredType, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSetValue()voidsetValue(java.lang.Object value)
-