Searched refs:writeBooleanField (Results 1 – 3 of 3) sorted by relevance
120 gen.writeBooleanField("bt", true); in testConvenienceMethods()121 gen.writeBooleanField("bf", false); in testConvenienceMethods()
221 gen.writeBooleanField("b", true); in _testSingleMatchFilteringWithPathAlternate1()
1705 public void writeBooleanField(String fieldName, boolean value) throws IOException { in writeBooleanField() method in JsonGenerator