Searched refs:hasConstructorParameter (Results 1 – 5 of 5) sorted by relevance
164 public abstract boolean hasConstructorParameter(); in hasConstructorParameter() method in BeanPropertyDefinition
913 } else if (prop.hasConstructorParameter()) { in _renameUsing()
392 public boolean hasConstructorParameter() { return _ctorParameters != null; } in hasConstructorParameter() method in POJOPropertyBuilder
237 public boolean hasConstructorParameter() { return (_member instanceof AnnotatedParameter); } in hasConstructorParameter() method in SimpleBeanPropertyDefinition
583 } else if (!propDef.hasConstructorParameter()) { in addBeanProps()598 if (hasCreatorProps && propDef.hasConstructorParameter()) { in addBeanProps()697 if (!property.hasConstructorParameter()) { // never skip constructor params in filterBeanProps()