Searched refs:getValueHandler (Results 1 – 12 of 12) sorted by relevance
496 if (keyType != null && keyType.getValueHandler() == null) { in modifyTypeByAnnotation()509 …if (contentType.getValueHandler() == null) { // as with above, avoid resetting (which would trigge… in modifyTypeByAnnotation()552 if ((ct.getValueHandler() != null) || (ct.getTypeHandler() != null)) { in _hasCustomHandlers()559 if (kt.getValueHandler() != null) { in _hasCustomHandlers()
1029 deser = type.getValueHandler(); in constructCreatorProperty()1131 JsonDeserializer<Object> contentDeser = elemType.getValueHandler(); in createArrayDeserializer()1175 JsonDeserializer<Object> contentDeser = contentType.getValueHandler(); in createCollectionDeserializer()1270 JsonDeserializer<Object> contentDeser = contentType.getValueHandler(); in createCollectionLikeDeserializer()1309 … JsonDeserializer<Object> contentDeser = (JsonDeserializer<Object>) contentType.getValueHandler(); in createMapDeserializer()1312 KeyDeserializer keyDes = (KeyDeserializer) keyType.getValueHandler(); in createMapDeserializer()1427 … JsonDeserializer<Object> contentDeser = (JsonDeserializer<Object>) contentType.getValueHandler(); in createMapLikeDeserializer()1430 KeyDeserializer keyDes = (KeyDeserializer) keyType.getValueHandler(); in createMapLikeDeserializer()1546 JsonDeserializer<Object> contentDeser = contentType.getValueHandler(); in createReferenceDeserializer()1920 JsonDeserializer<Object> valueDeser = vt.getValueHandler(); in findDefaultDeserializer()[all …]
821 keyDeser = keyType.getValueHandler(); in constructAnySetter()833 deser = valueType.getValueHandler(); in constructAnySetter()878 deser = type.getValueHandler(); in constructSettableProperty()911 deser = type.getValueHandler(); in constructSetterlessProperty()
685 JsonDeserializer<Object> dd = delegateType.getValueHandler(); in _findDelegateDeserializer()
87 if (h == _componentType.<Object>getValueHandler()) { in withContentValueHandler()176 return _componentType.getValueHandler(); in getContentValueHandler()
135 if (h == _referencedType.<Object>getValueHandler()) { in withContentValueHandler()
184 return _elementType.getValueHandler(); in getContentValueHandler()
230 return _valueType.getValueHandler(); in getContentValueHandler()
147 h = src.getValueHandler(); in withHandlersFrom()479 public <T> T getValueHandler() { return (T) _valueHandler; } in getValueHandler() method in JavaType
138 if (_enumType.getValueHandler() != null) { in isCachable()
103 assertNull(baseType.getValueHandler()); in testSimpleClass()
1093 JsonSerializer<Object> contentSerializer = contentType.getValueHandler(); in findReferenceSerializer()