Searched refs:staticValueType (Results 1 – 1 of 1) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/ |
D | MapSerializer.java | 370 boolean staticValueType, TypeSerializer vts, in construct() argument 389 if (!staticValueType) { in construct() 390 staticValueType = (valueType != null && valueType.isFinal()); in construct() 394 staticValueType = false; in construct() 397 … ser = new MapSerializer(ignoredEntries, includedEntries, keyType, valueType, staticValueType, vts, in construct() 409 boolean staticValueType, TypeSerializer vts, in construct() argument 413 …return construct(ignoredEntries, null, mapType, staticValueType, vts, keySerializer, valueSerializ… in construct() 463 boolean staticValueType, TypeSerializer vts, in construct() argument 468 return construct(ignoredEntries, mapType, staticValueType, vts, in construct()
|