public final class GetterMethodCache
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
MyReadOnlyMap<java.lang.String,JSBAMethodInvoker> |
getGetterMethods(java.lang.Class<?> clazz,
java.lang.String jsbaCanonicalRelvarName)
Gets A map of getter methods that could be found in the given class for the given relvar name from the cache.
|
static GetterMethodCache |
getInstance()
Gets the instance of the cache
|
public static GetterMethodCache getInstance()
public MyReadOnlyMap<java.lang.String,JSBAMethodInvoker> getGetterMethods(java.lang.Class<?> clazz, java.lang.String jsbaCanonicalRelvarName)
clazz
- A class implementing the JSBA DBObject interface that is to be inspected for the presence of JSBA-compliant getter methods for the given relvar name.jsbaCanonicalRelvarName
- A relvar name in JSBA canonical format (i.e. first token uppercase, all others lowercase), for which JSBA-compliant getter methods are to be searched in the given class.