Interface NullCapableValue

All Known Implementing Classes:
XMLBinaryDataMappingNodeValue, XMLCompositeObjectMappingNodeValue, XMLDirectMappingNodeValue, XMLFragmentMappingNodeValue

public interface NullCapableValue
INTERNAL:

Purpose: If an implementation of NodeValue is capable of returning a null value then it must implement this interface to be handled correctly by the TreeObjectBuilder.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setNullValue(Object object, CoreSession session)
    INTERNAL: Set the null representation of the (object).
  • Method Details

    • setNullValue

      void setNullValue(Object object, CoreSession session)
      INTERNAL: Set the null representation of the (object).