org.rococoa.internal
Class NSInvocationMapperLookup

java.lang.Object
  extended by org.rococoa.internal.NSInvocationMapperLookup

public class NSInvocationMapperLookup
extends java.lang.Object

Look up how to map from and from NSInvocation and Java objects.

Author:
duncan

Constructor Summary
NSInvocationMapperLookup()
           
 
Method Summary
static NSInvocationMapper mapperForType(java.lang.Class<?> type)
           
static java.lang.String stringForType(java.lang.Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSInvocationMapperLookup

public NSInvocationMapperLookup()
Method Detail

mapperForType

public static NSInvocationMapper mapperForType(java.lang.Class<?> type)

stringForType

public static java.lang.String stringForType(java.lang.Class<?> type)


Copyright © 2009. All Rights Reserved.