BRYDescriptionBuilder 1.0.0

BRYDescriptionBuilder 1.0.0

测试已测试
Lang语言 Obj-CObjective C
许可证 MIT
发布了最新版本2014年12月

Bryan Irace维护。



  • Bryan Irace

Apache Commons ToStringBuilder 的基础之上,用于确定对象相等性的实用工具。

- (NSString *)description {
    return [[[[[[BRYDescriptionBuilder builderWithObject:object]
                appendObject:self.name withName:@"name"]
               appendBool:self.isHidden withName:@"isHidden"]
              appendFloat:self.width withName:@"width"]
             appendInteger:self.index withName:@"index"]
            description];
}

许可证

MIT 许可证下可用: http://bryan.mit-license.org