Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/
DTestExceptionsDuringWriting.java89 mapper.writeValue(sw, createLongObject()); in testExceptionWithSimpleMapper()
106 mapper.writeValue(jg, createLongObject()); in testExceptionWithMapperAndGenerator()
120 jg.writeObject(createLongObject()); in testExceptionWithGeneratorMapping()
144 Object createLongObject() in createLongObject() method in TestExceptionsDuringWriting