Inherits from NSObject
Conforms to JTMappings
Declared in JTMappings.h

Properties

key

@property (nonatomic, retain) NSString *key

mapping

@property (nonatomic, retain) NSDictionary *mapping

targetClass

@property (nonatomic, assign) Class targetClass

Class Methods

mappingWithKey:targetClass:mapping:

+ (id<JTMappings>)mappingWithKey:(NSString *)aKey targetClass:(Class)aClass mapping:(NSDictionary *)aMapping