Interface NullCapableValue
-
- All Known Implementing Classes:
XMLBinaryDataMappingNodeValue,XMLCompositeObjectMappingNodeValue,XMLDirectMappingNodeValue,XMLFragmentMappingNodeValue
public interface NullCapableValueINTERNAL: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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetNullValue(java.lang.Object object, CoreSession session)INTERNAL: Set the null representation of the (object).
-
-
-
Method Detail
-
setNullValue
void setNullValue(java.lang.Object object, CoreSession session)INTERNAL: Set the null representation of the (object).- Parameters:
object-session-
-
-