Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
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()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
DTypeSerializer.java324 …public void writeCustomTypeSuffixForScalar(Object value, JsonGenerator g, String typeId) throws IO… in writeCustomTypeSuffixForScalar() method in TypeSerializer