|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.tools.fsa.FSATypeConverterCache
cache "converter" methods from sourcetype to targettype
| Field Summary | |
static java.lang.String |
DEFAULT_CONVERTER_METHOD
No comment provided by developer, please add a comment to improve documentation. |
| Method Summary | |
java.lang.String |
createMethodCacheKey(java.lang.Class sourceClass,
java.lang.Class targetClass)
compute key for methodCache |
java.lang.String |
createMethodCacheKey(java.lang.Class sourceClass,
java.lang.Class targetClass,
java.lang.String methodName)
compute key for methodCache |
static FSATypeConverterCache |
get()
get the Singleton instance |
java.lang.reflect.Method[] |
getConverterMethods(java.lang.Class sourceClass,
java.lang.Class targetClass)
get all static methods from FSATypeConverterCache with result= |
java.lang.reflect.Method |
getDefaultConverterMethods(java.lang.Class sourceClass,
java.lang.Class targetClass)
get default converter method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String DEFAULT_CONVERTER_METHOD
| Method Detail |
public static FSATypeConverterCache get()
public java.lang.reflect.Method getDefaultConverterMethods(java.lang.Class sourceClass,
java.lang.Class targetClass)
targetClass - the target/result classsourceClass - the source/parameter class
public java.lang.reflect.Method[] getConverterMethods(java.lang.Class sourceClass,
java.lang.Class targetClass)
targetClass - the target/result classsourceClass - the source/parameter class
public java.lang.String createMethodCacheKey(java.lang.Class sourceClass,
java.lang.Class targetClass,
java.lang.String methodName)
methodName - the methodnametargetClass - the target ClasssourceClass - the source Class
public java.lang.String createMethodCacheKey(java.lang.Class sourceClass,
java.lang.Class targetClass)
targetClass - the target ClasssourceClass - the source Class
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||