Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
DAsWrapperTypeSerializer.java54 g.writeTypeId(typeId); in _writeTypeId()
/external/conscrypt/android-stub/src/main/java/android/util/
DStatsEvent.java112 private void writeTypeId(byte typeId) { in writeTypeId() method in StatsEvent.Builder
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DJsonGeneratorDelegate.java398 public void writeTypeId(Object id) throws IOException { delegate.writeTypeId(id); } in writeTypeId() method in JsonGeneratorDelegate
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
DWriteTypeIdTest.java23 gen.writeTypeId("whatever"); in testNoNativeTypeIdForJson()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
DFilteringGeneratorDelegate.java892 public void writeTypeId(Object id) throws IOException { in writeTypeId() method in FilteringGeneratorDelegate
894 delegate.writeTypeId(id); in writeTypeId()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonGenerator.java1528 public void writeTypeId(Object id) throws IOException { in writeTypeId() method in JsonGenerator
1554 writeTypeId(id); in writeTypePrefix()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTokenBuffer.java369 gen.writeTypeId(id); in serialize()
1006 public void writeTypeId(Object id) { in writeTypeId() method in TokenBuffer