org.spicefactory.pimento.io
Class EmbeddedNull
java.lang.Object
org.spicefactory.pimento.io.EmbeddedNull
public class EmbeddedNull
- extends Object
Represents an embedded entity property that was set to null.
- Author:
- Jens Halm
|
Field Summary |
static EmbeddedNull |
INSTANCE
Instance that can be used for efficient AMF encoding instead of creating a new one
for each occurrence of a null property value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final EmbeddedNull INSTANCE
- Instance that can be used for efficient AMF encoding instead of creating a new one
for each occurrence of a null property value.
EmbeddedNull
public EmbeddedNull()