Home
last modified time | relevance | path

Searched refs:FAIL_ON_SELF_REFERENCES (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DCyclicTypesDeserTest.java99 assertTrue(MAPPER.isEnabled(SerializationFeature.FAIL_ON_SELF_REFERENCES)); in testIgnoredCycle()
108 .without(SerializationFeature.FAIL_ON_SELF_REFERENCES); in testIgnoredCycle()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DSerializationFeature.java84 FAIL_ON_SELF_REFERENCES(true), enumConstant
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DCyclicTypeSerTest.java93 .without(SerializationFeature.FAIL_ON_SELF_REFERENCES) in testReplacedCycle()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DBeanPropertyWriter.java939 if (prov.isEnabled(SerializationFeature.FAIL_ON_SELF_REFERENCES)) { in _handleSelfReference()