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

public class WrappedValue<T> extends JAXBElement<T>
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<T> declaredType, T value)
  • Method Details

    • setValue

      public void setValue(T value)
      Overrides:
      setValue in class JAXBElement<T>
    • isSetValue

      public boolean isSetValue()