Home
last modified time | relevance | path

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

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DTestDecorators.java137 assertNull(f.getOutputDecorator()); in testDeprecatedMethods()
143 assertSame(outDec, f.getOutputDecorator()); in testDeprecatedMethods()
DJsonFactoryTest.java148 assertNull(JSON_F.getOutputDecorator()); in testFactoryMisc()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonFactory.java835 public OutputDecorator getOutputDecorator() { in getOutputDecorator() method in JsonFactory