java.lang.Object
jakarta.xml.bind.JAXBElement
org.eclipse.persistence.internal.jaxb.WrappedValue
All Implemented Interfaces:
Serializable

public class WrappedValue extends JAXBElement
INTERNAL:

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
See Also:
  • Constructor Details

    • WrappedValue

      public WrappedValue(QName name, Class<?> declaredType, Object value)
  • Method Details

    • setValue

      public void setValue(Object value)
      Overrides:
      setValue in class JAXBElement
    • isSetValue

      public boolean isSetValue()