private static class BeanAdapter.MethodCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>> |
methods |
private BeanAdapter.MethodCache |
nextClassCache |
Modifier | Constructor and Description |
---|---|
private |
MethodCache(java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>> methods,
BeanAdapter.MethodCache nextClassCache) |
Modifier and Type | Method and Description |
---|---|
private java.lang.reflect.Method |
getMethod(java.lang.String name,
java.lang.Class<?>... parameterTypes) |
private final java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>> methods
private final BeanAdapter.MethodCache nextClassCache
private MethodCache(java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>> methods, BeanAdapter.MethodCache nextClassCache)