Inherits from NSObject
Declared in RKObjectPropertyInspector.h
RKObjectPropertyInspector.m

Tasks

Other Methods

CoreData Methods

Class Methods

propertyTypeFromAttributeString:

Returns the name of a property when provided the name of a property obtained via the property_getAttributes reflection API

+ (NSString *)propertyTypeFromAttributeString:(NSString *)attributeString

Declared In

RKObjectPropertyInspector.h

Instance Methods

propertyNamesAndTypesForClass:

Returns a dictionary of names and types for the properties of a given class

- (NSDictionary *)propertyNamesAndTypesForClass:(Class)objectClass

Declared In

RKObjectPropertyInspector.h

typeForProperty:ofClass:

Returns the Class type of the specified property on the object class

- (Class)typeForProperty:(NSString *)propertyName ofClass:(Class)objectClass

Declared In

RKObjectPropertyInspector.h

typeForProperty:ofEntity:

Returns the Class type of the specified property on the object class

- (Class)typeForProperty:(NSString *)propertyName ofEntity:(NSEntityDescription *)entity

Declared In

RKObjectPropertyInspector+CoreData.h