Searched refs:USE_EQUALITY_FOR_OBJECT_ID (Results 1 – 3 of 3) sorted by relevance
85 assertFalse(mapper.isEnabled(SerializationFeature.USE_EQUALITY_FOR_OBJECT_ID)); in testSimpleEquals()86 mapper.enable(SerializationFeature.USE_EQUALITY_FOR_OBJECT_ID); in testSimpleEquals()127 mapper.enable(SerializationFeature.USE_EQUALITY_FOR_OBJECT_ID); in testEqualObjectIdsExternal()
453 USE_EQUALITY_FOR_OBJECT_ID(false) enumConstant
229 if (isEnabled(SerializationFeature.USE_EQUALITY_FOR_OBJECT_ID)) { in _createObjectIdMap()