BRYDescriptionBuilder 1.0.0

BRYDescriptionBuilder 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Bryan Irace.



  • By
  • Bryan Irace

Utility for determining object equality, based on 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];
}

License

Available for use under the MIT license: http://bryan.mit-license.org