Package org.javers.core.diff.changetype
Class Atomic
java.lang.Object
org.javers.core.diff.changetype.Atomic
- All Implemented Interfaces:
Serializable
Immutable wrapper for client's Primitives, Values and Id's
Value needs to be dehydrated before persisting. Dehydration is simply serialization to JSON.
Value needs to be dehydrated before persisting. Dehydration is simply serialization to JSON.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Atomic
-
-
Method Details
-
isNull
public boolean isNull() -
isJsonBasicType
public boolean isJsonBasicType()- Returns:
- true if value is not null and is primitive, box or String
-
unwrap
original Value -
toString
-
equals
-
hashCode
public int hashCode()
-