Home
last modified time | relevance | path

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

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DTestDecorators.java136 assertNull(f.getInputDecorator()); in testDeprecatedMethods()
141 assertSame(inDec, f.getInputDecorator()); in testDeprecatedMethods()
DJsonFactoryTest.java147 assertNull(JSON_F.getInputDecorator()); in testFactoryMisc()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonFactory.java754 public InputDecorator getInputDecorator() { in getInputDecorator() method in JsonFactory