Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DTSFBuilder.java114 public InputDecorator inputDecorator() { return _inputDecorator; } in inputDecorator() method in TSFBuilder
255 public B inputDecorator(InputDecorator dec) { in inputDecorator() method in TSFBuilder
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DTestDecorators.java75 .inputDecorator(new SimpleInputDecorator()) in testInputDecoration()