Searched refs:withSimpleName (Results 1 – 9 of 9) sorted by relevance
15 assertSame(name, name.withSimpleName(null)); in testPropertyName()16 assertSame(name, name.withSimpleName("")); in testPropertyName()30 name = name.withSimpleName("foo"); in testPropertyName()
38 prop = prop.withSimpleName(newName); in renameAll()
722 prop = prop.withSimpleName(newName); in _rename()
47 public abstract BeanPropertyDefinition withSimpleName(String newSimpleName); in withSimpleName() method in BeanPropertyDefinition
115 public POJOPropertyBuilder withSimpleName(String newSimpleName) in withSimpleName() method in POJOPropertyBuilder117 PropertyName newName = _name.withSimpleName(newSimpleName); in withSimpleName()
927 prop = prop.withSimpleName(rename); in _renameUsing()
125 public PropertyName withSimpleName(String simpleName) in withSimpleName() method in PropertyName
286 public SettableBeanProperty withSimpleName(String simpleName) { in withSimpleName() method in SettableBeanProperty288 ? new PropertyName(simpleName) : _propName.withSimpleName(simpleName); in withSimpleName()
119 public BeanPropertyDefinition withSimpleName(String newName) { in withSimpleName() method in SimpleBeanPropertyDefinition