Searched refs:_checkFloatToIntCoercion (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
H A D | NumberDeserializers.java | 286 final CoercionAction act = _checkFloatToIntCoercion(p, ctxt, _valueClass); in _parseByte() 374 final CoercionAction act = _checkFloatToIntCoercion(p, ctxt, _valueClass); in _parseShort() 556 final CoercionAction act = _checkFloatToIntCoercion(p, ctxt, _valueClass); in _parseInteger() 630 final CoercionAction act = _checkFloatToIntCoercion(p, ctxt, _valueClass); in _parseLong() 1019 final CoercionAction act = _checkFloatToIntCoercion(p, ctxt, _valueClass); in deserialize()
|
H A D | StdDeserializer.java | 561 CoercionAction act = _checkFloatToIntCoercion(p, ctxt, Byte.TYPE); in _parseBytePrimitive() 629 CoercionAction act = _checkFloatToIntCoercion(p, ctxt, Short.TYPE); in _parseShortPrimitive() 695 final CoercionAction act = _checkFloatToIntCoercion(p, ctxt, Integer.TYPE); in _parseIntPrimitive() 773 final CoercionAction act = _checkFloatToIntCoercion(p, ctxt, Long.TYPE); in _parseLongPrimitive() 1207 protected CoercionAction _checkFloatToIntCoercion(JsonParser p, DeserializationContext ctxt, in _checkFloatToIntCoercion() method in StdDeserializer
|