Searched refs:propDefs (Results 1 – 4 of 4) sorted by relevance
26 AnnotatedWithParams creator, BeanPropertyDefinition[] propDefs) in construct() argument33 params[i] = new Param(annParam, (propDefs == null) ? null : propDefs[i], injectId); in construct()
63 BeanDescription beanDesc, List<BeanPropertyDefinition> propDefs) { in updateProperties() argument64 return propDefs; in updateProperties()
547 List<BeanPropertyDefinition> propDefs = filterBeanProps(ctxt, in addBeanProps() local552 propDefs = mod.updateProperties(ctxt.getConfig(), beanDesc, propDefs); in addBeanProps()557 for (BeanPropertyDefinition propDef : propDefs) { in addBeanProps()
826 final BeanPropertyDefinition[] propDefs = creatorParams.get(factory); in _addDeserializerFactoryMethods() local851 BeanPropertyDefinition propDef = (propDefs == null) ? null : propDefs[i]; in _addDeserializerFactoryMethods()