Searched refs:extProp (Results 1 – 4 of 4) sorted by relevance
220 SettableBeanProperty extProp = _properties[i].getProperty(); in complete() local221 … Object result = TypeDeserializer.deserializeIfNatural(buffered, ctxt, extProp.getType()); in complete()223 extProp.set(bean, result); in complete()228 ctxt.reportPropertyInputMismatch(bean.getClass(), extProp.getName(), in complete()264 final ExtTypedProperty extProp = _properties[i]; in complete() local272 if (!extProp.hasDefaultType()) { in complete()273 ctxt.reportPropertyInputMismatch(_beanType, extProp.getProperty().getName(), in complete()275 extProp.getTypePropertyName()); in complete()277 typeId = extProp.getDefaultTypeId(); in complete()280 SettableBeanProperty prop = extProp.getProperty(); in complete()[all …]
252 var extProp = struct { var262 extProp.RLock()263 if prop, ok := extProp.m[key]; ok {264 extProp.RUnlock()267 extProp.RUnlock()269 extProp.Lock()270 defer extProp.Unlock()272 if prop, ok := extProp.m[key]; ok {278 extProp.m[key] = prop
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...