public abstract class JsonNGuidMixIn extends NGuid
NGuid
class not to recursively try to
NGuid.getValue()
, otherwise Jackson can't serialize & deserialize it.Empty, EMPTY_GUID_VALUE, guid, uuid
Constructor and Description |
---|
JsonNGuidMixIn(String candidate)
Tells Jackson that the constructor with the
String argument is to be used to deserialize the entity,
using the "uuid" property as the argument. |
Modifier and Type | Method and Description |
---|---|
abstract Guid |
getValue()
Ignore this method since Jackson will try to recursively dereference it and fail to serialize.
|
createGuidFromString, equals, getStrRepresentationOfGuid, getUuid, hashCode, NewGuid, toString
Copyright © 2012. All Rights Reserved.