Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
H A DJsonValueSerializer.java474 …public void writeCustomTypeSuffixForScalar(Object value, JsonGenerator gen, String typeId) throws … in writeCustomTypeSuffixForScalar() method in JsonValueSerializer.TypeSerializerRerouter
475 _typeSerializer.writeCustomTypeSuffixForScalar(_forObject, gen, typeId); in writeCustomTypeSuffixForScalar()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
H A DTypeSerializer.java324 …public void writeCustomTypeSuffixForScalar(Object value, JsonGenerator g, String typeId) throws IO… in writeCustomTypeSuffixForScalar() method in TypeSerializer