public class MethodLookup extends Object
Currently, this is only used to lookup struct-like values, although we can augment and edit this to support class method calls in general if we need.
This caches the method lookups on a Class level.
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableMap<String,Method> |
getMethods(Class<?> cls) |