public class Reflections extends Object
| Modifier and Type | Method and Description |
|---|---|
static Field |
getAnyField(Class<?> clazz,
String fieldName) |
static Method |
getAnyMethod(Class<?> clazz,
String name,
Class<?>... parameterTypes) |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.